Skip to content

mat-ale/syncope-cas-saml2-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

syncope-cas-saml2-auth

POC sample for SAML2 Authentication with Syncope as SP and CAS as IdP.

For more info check this guide on the Tirasa Blog.

Configure sample domains

# Add the following rules in your 'hosts' file

127.0.0.1     mycas.com
127.0.0.1     syn-saml2.co

Run CAS

cd cas-idp
./gradlew clean build; ./gradlew run

Run Syncope

cd syncope-sp
mvn -P all clean install; cd enduser; mvn -P embedded,all

About

SAML2 Authentication with Syncope as SP and CAS as IdP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published