License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.wso2.carbon.identity.carbon.auth.saml2 |
ArtifactId | ArtifactIdorg.wso2.carbon.identity.authenticator.saml2.sso.feature |
Last Version | Last Version5.6.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSAML2 based Single Sign-On authenticator Feature
This feature contains the bundles required for SAML2 based authentication functionality
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- 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"]