не последняя версия
Последняя версия 18.0.2

org.keycloak:saml-broker-authentication 15.0.0

An example about how to broker a SAML v2 Identity Provider

Категории

Категории

KeY Данные Data Formats Formal Verification Keycloak Безопасность
Группа

Группа

org.keycloak
Идентификатор

Идентификатор

saml-broker-authentication
Версия

Версия

15.0.0
Тип

Тип

war

Скачать saml-broker-authentication 15.0.0


<!-- https://jarcasting.com/artifacts/org.keycloak/saml-broker-authentication/ -->
<dependency>
    <groupId>org.keycloak</groupId>
    <artifactId>saml-broker-authentication</artifactId>
    <version>15.0.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.keycloak/saml-broker-authentication/
implementation 'org.keycloak:saml-broker-authentication:15.0.0'
// https://jarcasting.com/artifacts/org.keycloak/saml-broker-authentication/
implementation ("org.keycloak:saml-broker-authentication:15.0.0")
'org.keycloak:saml-broker-authentication:war:15.0.0'
<dependency org="org.keycloak" name="saml-broker-authentication" rev="15.0.0">
  <artifact name="saml-broker-authentication" type="war" />
</dependency>
@Grapes(
@Grab(group='org.keycloak', module='saml-broker-authentication', version='15.0.0')
)
libraryDependencies += "org.keycloak" % "saml-broker-authentication" % "15.0.0"
[org.keycloak/saml-broker-authentication "15.0.0"]