oauth2-oidc-debugger
oauth2-oidc-debugger copied to clipboard
Update Logout Functionality to use http://localhost:3000/logout as the default Logout URL
It currently assumes http://localhost:3000. Or, '/'.
I would like the /logout path to do the following:
a) display any errors that came back. b) show the results of the state parameter validation. c) have a button to get back to the main page.