AspNetSaml
AspNetSaml copied to clipboard
Logout & redirect example
Hello, I am trying to implement a "logout and redirect back" functionality but I am not able to achieve this result.
I read all the issues and the commits related to this, but I wasn't able to implement it.
Can someone please post an example, if possible?
Thanks, Michele
Please clarify what do you mean by "logout and redirect"?
Do you want to send a SP-initiated logout request to the identity provider? I can add a code sample to README I suppose
I want to send a SP-initiated logout request to the identity provider too.