/syncope-cas-saml2-auth

SAML2 Authentication with Syncope as SP and CAS as IdP

Primary LanguageJavaScript

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