You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a WPF app and I want to be able to log out and change the user.
Creating a PnPContext prompts the interactive authentication process, as set up in my application.json.
I want to switch authenticated users at runtime without restarting the application.
How do I log out the user so that I can reinitiate the authorization process?
Does the PnP API support this action, or do I have to implement a custom IAuthenticationProvider?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a WPF app and I want to be able to log out and change the user.
Creating a PnPContext prompts the interactive authentication process, as set up in my application.json.
I want to switch authenticated users at runtime without restarting the application.
How do I log out the user so that I can reinitiate the authorization process?
Does the PnP API support this action, or do I have to implement a custom IAuthenticationProvider?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions