You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CAS Community
Hi, Currently I've implemented delegated authentication using CAS 5.2.3 with other apps for external IDP logins, i.e ADFS, OKTA etc.. When the user click on app which is integrated with CAS SSO ,they pass a param called idp=adfs
and when the user logout from app1 it will go to logout to re-login again in that case I want to add the idp param back to login url. Basically when user re-login I want to delegate to ADFS login.
But there are many apps I need to change, is there any easy way to achieve this on CAS side ? Or whats the best practice to handle app specific logout. this is not a global logout from IDP just logged out of CAS and other SSO apps but the user is still active on IDP side.