IdentityServer / IdentityServer2

[deprecated] Thinktecture IdentityServer is a light-weight security token service built with .NET 4.5, MVC 4, Web API and WCF.
Other
410 stars 291 forks source link

Sign out IdentityServer from WPF #864

Closed simplynewbie closed 8 years ago

simplynewbie commented 8 years ago

i use WPF and sign in IdentityServer through a window (win1) using your AS-CodeFlow, it redirects to an other window (win2). It works fine. Only a problem is "Remember me" checked when i sign in IS. rememberme

How can i sign out IdentityServer from win2 using a SignOut Button when RememberMe checked? Or auto signout when close this app. I'm thinking about your sign-out linkbutton on IS main page. Am i on the right way? signout

Look at other issues, i have some ideas but i don't know what's right way. 1) wsfedsignout (your answer in #197 but your Fiddler trace link down and i can not find wsfedsignout in the IS) 2) find and delete cookies of WPF Browser 3) find and delete session cookies of IS 4) use button to redirect to the signout link with some params (if it exists) 5) SimpleMembership (i don't know anything about it)

Can you suggest to me, please?