简体   繁体   中英

CAS + Spring security

I am new to spring security. My application is already using spring security to authenticate and authorize the user. Now i want to use the CAS authentication for the user to authenticate and the authorization to be done by my application only. I tried to configure my application by referring the below website:

https://wiki.jasig.org/display/CASC/Using+the+CAS+Client+3.1+with+Spring+Security

But every time my application ends up with not invoking the CAS filter and goes to the default configured login page and not the CAS login page. Is there any website or documentation by following it I will easily implement the CAS.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM