MVN

org.apache.sling : org.apache.sling.auth.saml2

Maven & Gradle

Jul 02, 2021

SAML2 Service Provider · A SAML2 Web-profile SSO Service Provider (Sling Authentication) that uses encrypted POST Binding for communicating security assertions from an identity provider such as Shibboleth.

<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>org.apache.sling.auth.saml2</artifactId>
    <version>0.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.sling : org.apache.sling.auth.saml2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.6

All Versions

Choose a version of org.apache.sling : org.apache.sling.auth.saml2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
org.apache.sling.auth.saml2-0.2.6

How to add a dependency to Maven

Add the following org.apache.sling : org.apache.sling.auth.saml2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>org.apache.sling.auth.saml2</artifactId>
    <version>0.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.sling : org.apache.sling.auth.saml2 gradle dependency to your build.gradle file:

implementation 'org.apache.sling:org.apache.sling.auth.saml2:0.2.6'

Gradle Kotlin DSL: Add the following org.apache.sling : org.apache.sling.auth.saml2 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.sling:org.apache.sling.auth.saml2:0.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.sling : org.apache.sling.auth.saml2 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.sling" % "org.apache.sling.auth.saml2" % "0.2.6"