Skip to content

junyoed/java-saml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic java example of initiating a SAML authentication flow and consuming the resulting assertion.

=======================
BUILD / INSTALL / SETUP
=======================

1) You must have Maven 3 installed (Maven 2 might work, it's untested)

2) You need the DNS name demopartner.example.junyo.com to resolve to localhost.

3) You need to run this on port 8080.

4) Run

    mvn jetty:run

Which should start up the web server. The test page should then be available at

http://demopartner.example.junyo.com:8080/java-saml/

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%