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