MVN

com.google.code.maven-play-plugin.org.playframework.modules.shibboleth : play-shibboleth

Maven & Gradle

Jan 23, 2013
7 stars

Play! Shibboleth Module · Allow users to login to your Play! application via Shibboleth. Shibboleth is a federated identity management protocol popular in higher education. The protocol provides a single sign on service across multiple organizational boundaries with secure attribute delivery. Shibboleth support requires that your application be proxied behind a Shibboleth capable web server such as Apache, Lighttpd, or IIS with the corresponding Shibboleth module installed. For more information on the protocol visit: http://shibboleth.internet2.edu/

<dependency>
    <groupId>com.google.code.maven-play-plugin.org.playframework.modules.shibboleth</groupId>
    <artifactId>play-shibboleth</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.code.maven-play-plugin.org.playframework.modules.shibboleth : play-shibboleth to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.google.code.maven-play-plugin.org.playframework.modules.shibboleth : play-shibboleth to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
play-shibboleth-1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.google.code.maven-play-plugin.org.playframework.modules.shibboleth</groupId>
    <artifactId>play-shibboleth</artifactId>
    <version>1.2</version>
</dependency>