Last Version

Spring Boot Security SAML 1.17

Eases Integration between Spring Boot and spring-security-saml through properties and adapters

License

License

Categories

Categories

Spring Boot Container Microservices Security
GroupId

GroupId

com.github.ulisesbocchio
ArtifactId

ArtifactId

spring-boot-security-saml
Version

Version

1.17
Type

Type

jar
Description

Description

Spring Boot Security SAML
Eases Integration between Spring Boot and spring-security-saml through properties and adapters

Download spring-boot-security-saml 1.17


<!-- https://jarcasting.com/artifacts/com.github.ulisesbocchio/spring-boot-security-saml/ -->
<dependency>
    <groupId>com.github.ulisesbocchio</groupId>
    <artifactId>spring-boot-security-saml</artifactId>
    <version>1.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ulisesbocchio/spring-boot-security-saml/
implementation 'com.github.ulisesbocchio:spring-boot-security-saml:1.17'
// https://jarcasting.com/artifacts/com.github.ulisesbocchio/spring-boot-security-saml/
implementation ("com.github.ulisesbocchio:spring-boot-security-saml:1.17")
'com.github.ulisesbocchio:spring-boot-security-saml:jar:1.17'
<dependency org="com.github.ulisesbocchio" name="spring-boot-security-saml" rev="1.17">
  <artifact name="spring-boot-security-saml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ulisesbocchio', module='spring-boot-security-saml', version='1.17')
)
libraryDependencies += "com.github.ulisesbocchio" % "spring-boot-security-saml" % "1.17"
[com.github.ulisesbocchio/spring-boot-security-saml "1.17"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-configuration-processor Optional jar
org.springframework.boot : spring-boot-starter-web jar
org.springframework.boot : spring-boot-starter-security jar
org.springframework.security.extensions : spring-security-saml2-core jar 1.0.9.RELEASE
org.assertj : assertj-core jar

provided (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar
org.projectlombok : lombok jar

test (2)

Group / Artifact Type Version
junit : junit jar
org.springframework.boot : spring-boot-starter-test jar

Project Modules

There are no modules declared in this project.