https://github.com/adorsys/saml2-setup
Setup of JBoss with SAML2 Identity Provider
https://github.com/adorsys/saml2-setup
Last synced: 8 months ago
JSON representation
Setup of JBoss with SAML2 Identity Provider
- Host: GitHub
- URL: https://github.com/adorsys/saml2-setup
- Owner: adorsys
- Created: 2015-08-20T22:16:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-21T13:20:25.000Z (about 10 years ago)
- Last Synced: 2025-01-01T02:19:48.048Z (9 months ago)
- Language: Java
- Size: 125 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# saml2-setup
Creates a JBoss instance with an SAML2 Identity Provider (using jboss picketlink) and a test application as well.
An arquillian checks this setup and shows how SAML2 post binding works (with output of SAMLRequest and SAMLResponse).
Don't forget to install jboss-eap6.4.0.zip in your local maven repository to run this setup :
mvn install:install-file -Dfile=jboss-eap-6.4.0.zip -DgroupId=org.jboss.as -DartifactId=jboss-eap -Dversion=6.4 -Dpackaging=zip