Spring secutiry CAS SSO every time its asks login credentials

110 views Asked by At

CAS single sign on is not working. After login when we navigate to other apps from app1(Home page)every time its asks login credentials to access the app2 from app1.

1

There are 1 answers

0
SaAn On

Your issue sounds close "sendRenew" parameter being set to Yes.

check the following link, CAS asking authentication for each application

If the above link doesn't work, you may need to share your spring-security configuration details on both apps.