-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users Example (Sign Out) #1
Comments
I've since found the For a proper sign out, my OpenIDConnect provider requires the token. I'm unsure how to get the token for the previously signed-in user. The ID of the previously signed-in user can be found using I'll continue to update this thread as I learn more. |
I've written a notification handler that is getting the job done!
|
@jbreuer, thank you for sharing this code; it has been most helpful.
If you have time, I'm wondering how I might repurpose your code (
OnRedirectToIdentityProviderForSignOut
) for backoffice users. I have anOpenIdConnect
properly configured for sign-in, auto-linking, etc. The last piece of the puzzle is how to trigger this code upon signing out of the backoffice.I appreciate your help,
The text was updated successfully, but these errors were encountered: