License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification Keycloak Security |
GroupId | GroupIdorg.keycloak |
ArtifactId | ArtifactIdsaml-broker-authentication |
Version | Version16.0.0 |
Type | Typewar |
Description |
DescriptionKeycloak Broker Examples - SAML Identity Provider Brokering
An example about how to broker a SAML v2 Identity Provider
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
saml-broker-authentication-16.0.0.pom | |
saml-broker-authentication-16.0.0.war | 558 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.keycloak/saml-broker-authentication/ -->
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>saml-broker-authentication</artifactId>
<version>16.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.keycloak/saml-broker-authentication/
implementation 'org.keycloak:saml-broker-authentication:16.0.0'
// https://jarcasting.com/artifacts/org.keycloak/saml-broker-authentication/
implementation ("org.keycloak:saml-broker-authentication:16.0.0")
'org.keycloak:saml-broker-authentication:war:16.0.0'
<dependency org="org.keycloak" name="saml-broker-authentication" rev="16.0.0">
<artifact name="saml-broker-authentication" type="war" />
</dependency>
@Grapes(
@Grab(group='org.keycloak', module='saml-broker-authentication', version='16.0.0')
)
libraryDependencies += "org.keycloak" % "saml-broker-authentication" % "16.0.0"
[org.keycloak/saml-broker-authentication "16.0.0"]