Logout in .NET Oidc Client

Hi, I’m using version 2.0.0 of the .NET Auth0 Oidc client for Winforms, but I’m having a problem, I can’t find any way to make my users log out of their account of a certain provider.

For example, currently if I login to my google account in my app, next time I login I can try logging in with another identity provider just fine, but I can’t try logging in to a different google account because my previous credentials are stored somewhere.

So, how can I make my users logout of their provider accounts?

Note: I also posted this in an issue at the repo but there’s been no answer

Ran into the same issue. I found a workaround. See Clear login cache.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.