s

spring-boot-security-saml

Eases Integration between Spring Boot and spring-security-saml through properties and adapters
Files download
File Operation
spring-boot-security-saml-1.12.jar download
spring-boot-security-saml-1.12.pom download
spring-boot-security-saml-1.12-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ulisesbocchio</groupId>
  <artifactId>spring-boot-security-saml</artifactId>
  <version>1.12</version>
</dependency>
Gradle Groovy
implementation 'com.github.ulisesbocchio:spring-boot-security-saml:1.12'
Gradle Kotlin
implementation("com.github.ulisesbocchio:spring-boot-security-saml:1.12")
Scala SBT
libraryDependencies += "com.github.ulisesbocchio" % "spring-boot-security-saml" % "1.12"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ulisesbocchio', module='spring-boot-security-saml', version='1.12')
)
Apache Ivy
<dependency org="com.github.ulisesbocchio" name="spring-boot-security-saml" rev="1.12" />
Leiningen
[com.github.ulisesbocchio/spring-boot-security-saml "1.12"]
Apache Buildr
'com.github.ulisesbocchio:spring-boot-security-saml:jar:1.12'