Replies: 1 comment 1 reply
-
|
Can we tear-down the login attempt by calling a url like /callback?error=login_required&state=akicbnaw&error_uri=https://google.com on the reverse proxy ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We use an Apache reverse proxy (with mod_auth_openidc plugin) and PingFed to federate logins to our application. One of the IdPs PingFed federates with is a custom email based login mechanism for Users to register and access our application. Each login attempt is tracked by a state cookie. How can we instruct the reverse proxy (via Pingfed) to remove the state cookie if the user cancels the login attempt ?
Beta Was this translation helpful? Give feedback.
All reactions