| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииKeY Данные Data Formats Formal Verification Keycloak Безопасность |
| Группа | Группаorg.keycloak |
| Идентификатор | Идентификаторsaml-broker-authentication |
| Версия | Версия16.1.1 |
| Тип | Типwar |
| Описание |
ОписаниеKeycloak Broker Examples - SAML Identity Provider Brokering
An example about how to broker a SAML v2 Identity Provider
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| saml-broker-authentication-16.1.1.pom | |
| saml-broker-authentication-16.1.1.war | 558 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.keycloak/saml-broker-authentication/ -->
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>saml-broker-authentication</artifactId>
<version>16.1.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.keycloak/saml-broker-authentication/
implementation 'org.keycloak:saml-broker-authentication:16.1.1'
// https://jarcasting.com/artifacts/org.keycloak/saml-broker-authentication/
implementation ("org.keycloak:saml-broker-authentication:16.1.1")
'org.keycloak:saml-broker-authentication:war:16.1.1'
<dependency org="org.keycloak" name="saml-broker-authentication" rev="16.1.1">
<artifact name="saml-broker-authentication" type="war" />
</dependency>
@Grapes(
@Grab(group='org.keycloak', module='saml-broker-authentication', version='16.1.1')
)
libraryDependencies += "org.keycloak" % "saml-broker-authentication" % "16.1.1"
[org.keycloak/saml-broker-authentication "16.1.1"]