CAS logout #578
CAS logout
#578
-
Hi! I'm quite new to using CAS but it was implemented in a project from someone else I currently work on. I do love your Nuget package because it simplifies A LOT! Now, my external login site has two different URL's for login & logout. Login is on login.site.com/cas, while logout is done using login.site.com/user/logout. How can I make sure I log my user out using that URL in the background. |
Beta Was this translation helpful? Give feedback.
Answered by
akunzai
Apr 6, 2024
Replies: 1 comment
-
@ward-verduyn take a look the AspNetCoreSample IMHO, The simplest way is modify the CookieAuthenticationOptions.LogoutPath and related controller. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
akunzai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ward-verduyn take a look the AspNetCoreSample
IMHO, The simplest way is modify the CookieAuthenticationOptions.LogoutPath and related controller.