2016-05-21

I'm trying build a SSO system for my sharepoint site using CAS to authenticate user follow this guide: https://github.com/Unicon/cas-adfs-integration/wiki/cas-server-support-wsfederation

My problem is when i click sign in button in my Sharepoint site, it redirect to ADFS login page then i login with account from my AD, the site redirect to CAS Login page. From here i login again but use account from CAS's LDAP. CAS server success to login but just that, my sharepoint site still not logged in. I don't understand why?

If i want my site only authenticate from CAS, is that possible and how to do that?

Show more