MVN

io.github.grails-spring-security-saml : spring-security-saml

Maven & Gradle

Jul 13, 2022
3 stars

Grails Spring Security SAML2.0 Plugin for Grails · The Plugin basically creates a bridge from your Grails application configurationto both the Spring Security SAML service provider library and the Grails Spring Security Plugin.Instead of having to map all of the beans in your application, the plugin wires the SAML service providerbeans based on your application configuration.

<dependency>
    <groupId>io.github.grails-spring-security-saml</groupId>
    <artifactId>spring-security-saml</artifactId>
    <version>5.0.0-RC3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.grails-spring-security-saml : spring-security-saml to add to Maven - Latest Versions:

  • Latest Stable: 5.0.0-RC3
  • Latest Release Candidate: 5.0.0-RC3

All Versions

Choose a version of io.github.grails-spring-security-saml : spring-security-saml to add to Maven - All Versions:

Version Vulnerabilities Updated
5.0.x
spring-security-saml-5.0.0-RC3
spring-security-saml-5.0.0-RC2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.grails-spring-security-saml</groupId>
    <artifactId>spring-security-saml</artifactId>
    <version>5.0.0-RC3</version>
</dependency>