1
votes

I want to implement logout functionality for Onelogin SAML in ASP.net MVC. Can anyone please share me sample application for Onelogin SAML logout functionality with redirection.

I have already refer onelogin site. https://developers.onelogin.com/saml/examples/logout-response

still not getting response.

1

1 Answers

2
votes

The Onelogin dot-net SAML toolkit is a proof of concept as described in its repository.

You should use another SAML toolkit (alternatives listed on the repo).

btw, check this SingleLogout class used on that view that executes a single logout request (extracted from the SAML toolkit of ITfoxtec).