We are using a customer ASP.NET button to signout of our web app which uses ADFS for authentication. We've tried several options to try and get the app to signout properly but nothing seems to work.
It generally takes you to the signout page on the federation server which says you have been signed out properly but if you hit back you can still access the web app.
Tried: https://{DNS_name_of_RP_STS}/adfs/ls/?wa=wsignout1.0
https://{DNS_name_of_RP_STS}/adfs/ls/?wa=wsignout1.0&wreply={post-sign-out_landing_URL} etc
Has anyone got this to work properly?
Thanks for your time