문제

The article

https://wiki.jasig.org/display/CASC/Configuring+Single+Sign+Out

explains how to configure single sign out in JAVA. Is there any similar way to configure and set filters when using DotNetCasClient and Asp.net. My application uses SAML 1.1 protocol.

Thanks.

도움이 되었습니까?

해결책

Finally did find answer to it: For Single Sign out in .net in web.config add a key under named say "CAsUrl": The value would be the CAS server URL with service parameter pointing to the URL you want to redirect after log out. Use this key in your application where you redirect after log out.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top