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.6.jar download
spring-boot-security-saml-1.6.pom download
spring-boot-security-saml-1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ulisesbocchio</groupId>
  <artifactId>spring-boot-security-saml</artifactId>
  <version>1.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.ulisesbocchio:spring-boot-security-saml:1.6'
Gradle Kotlin
implementation("com.github.ulisesbocchio:spring-boot-security-saml:1.6")
Scala SBT
libraryDependencies += "com.github.ulisesbocchio" % "spring-boot-security-saml" % "1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ulisesbocchio', module='spring-boot-security-saml', version='1.6')
)
Apache Ivy
<dependency org="com.github.ulisesbocchio" name="spring-boot-security-saml" rev="1.6" />
Leiningen
[com.github.ulisesbocchio/spring-boot-security-saml "1.6"]
Apache Buildr
'com.github.ulisesbocchio:spring-boot-security-saml:jar:1.6'