| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки |
| Группа | Группаorg.wso2.carbon.identity.carbon.auth.saml2 |
| Идентификатор | Идентификаторorg.wso2.carbon.identity.authenticator.saml2.sso.feature |
| Последняя версия | Последняя версия5.6.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSAML2 based Single Sign-On authenticator Feature
This feature contains the bundles required for SAML2 based authentication functionality
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.carbon.auth.saml2/org.wso2.carbon.identity.authenticator.saml2.sso.feature/ -->
<dependency>
<groupId>org.wso2.carbon.identity.carbon.auth.saml2</groupId>
<artifactId>org.wso2.carbon.identity.authenticator.saml2.sso.feature</artifactId>
<version>5.6.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.carbon.auth.saml2/org.wso2.carbon.identity.authenticator.saml2.sso.feature/
implementation 'org.wso2.carbon.identity.carbon.auth.saml2:org.wso2.carbon.identity.authenticator.saml2.sso.feature:5.6.2'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.carbon.auth.saml2/org.wso2.carbon.identity.authenticator.saml2.sso.feature/
implementation ("org.wso2.carbon.identity.carbon.auth.saml2:org.wso2.carbon.identity.authenticator.saml2.sso.feature:5.6.2")
'org.wso2.carbon.identity.carbon.auth.saml2:org.wso2.carbon.identity.authenticator.saml2.sso.feature:pom:5.6.2'
<dependency org="org.wso2.carbon.identity.carbon.auth.saml2" name="org.wso2.carbon.identity.authenticator.saml2.sso.feature" rev="5.6.2">
<artifact name="org.wso2.carbon.identity.authenticator.saml2.sso.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.carbon.auth.saml2', module='org.wso2.carbon.identity.authenticator.saml2.sso.feature', version='5.6.2')
)
libraryDependencies += "org.wso2.carbon.identity.carbon.auth.saml2" % "org.wso2.carbon.identity.authenticator.saml2.sso.feature" % "5.6.2"
[org.wso2.carbon.identity.carbon.auth.saml2/org.wso2.carbon.identity.authenticator.saml2.sso.feature "5.6.2"]