License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification Keycloak Security |
GroupId | GroupIdorg.keycloak |
ArtifactId | ArtifactIdsaml-broker-authentication |
Version | Version13.0.1 |
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-13.0.1.pom | |
saml-broker-authentication-13.0.1.war | 558 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.keycloak/saml-broker-authentication/ -->
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>saml-broker-authentication</artifactId>
<version>13.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.keycloak/saml-broker-authentication/
implementation 'org.keycloak:saml-broker-authentication:13.0.1'
// https://jarcasting.com/artifacts/org.keycloak/saml-broker-authentication/
implementation ("org.keycloak:saml-broker-authentication:13.0.1")
'org.keycloak:saml-broker-authentication:war:13.0.1'
<dependency org="org.keycloak" name="saml-broker-authentication" rev="13.0.1">
<artifact name="saml-broker-authentication" type="war" />
</dependency>
@Grapes(
@Grab(group='org.keycloak', module='saml-broker-authentication', version='13.0.1')
)
libraryDependencies += "org.keycloak" % "saml-broker-authentication" % "13.0.1"
[org.keycloak/saml-broker-authentication "13.0.1"]