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