Skip to content

joshhedstrom/helloagainsaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helloAgainSAML

This is a hello world utilizing SAML 2.0

Prerequisites

To run this project, you will need Maven 3.2.5 and JDK 1.6. You also need to have made an account on SSOCircle

If you don't know what version of Maven you have installed, run

$ mvn --version

Maven 3.2.5 can be downloaded from https://archive.apache.org/dist/maven/maven-3/3.2.5/

Installing and Running the Application

To get the app up and running, first update the certificate from SSO Circle

$ cd src/main/resources/saml/ && ./update-certificate.sh && cd ../../../../

Then package up the app with Maven

$ mvn clean package -e

And then run the app

$ java -jar target/helloagainsaml-2.0.1-SNAPSHOT.jar

Finally, head to http://localhost:8080/

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments