POC sample for SAML2 Authentication with Syncope as SP
and CAS as IdP
.
For more info check this guide on the Tirasa Blog.
# Add the following rules in your 'hosts' file
127.0.0.1 mycas.com
127.0.0.1 syn-saml2.co
cd cas-idp
./gradlew clean build; ./gradlew run
cd syncope-sp
mvn -P all clean install; cd enduser; mvn -P embedded,all