-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
redirect_url for logout #54
Comments
@s8weber-uw , added the feature to https://github.com/greenpau/go-authcrunch/releases/tag/v1.0.49 and will be adding directives to |
@s8weber-uw , this is not available with https://github.com/greenpau/caddy-security/releases/tag/v1.1.26 The documentation for the feature is here: https://docs.authcrunch.com/docs/authenticate/misc#logout Please test. |
im not having much luck. Perhaps something simple I'm overlooking.
caddy file
|
@steverweber , I think this is because this feature works with non-OAuth 2.0 endpoint. I did not see the config before. Now, I get it. My misunderstanding. Here, you want to redirect a user from OAuth logout endpoint Let me do some magic and it will be available in the next release. |
@steverweber , please test with https://github.com/greenpau/caddy-security/releases/tag/v1.1.27 I tested and it should work. Added extra clarification here: https://docs.authcrunch.com/docs/authenticate/misc#external-endpoint-logout |
note updated the above example caddyfile a little... i'll take another look at this next week. never the less THANKS! |
Hi, can you confirm is out of the box when using two providers (azure and google) that the /logout call should invalidate the token and redirect to /login ? October 2024 caddy 2.8.4 ` security {
}` |
I'm using caddy-security to provide auth to a few webapps that are behind reverse_proxy.
Some of these custom apps are basic static files that want to have a simple logout url.
After logout they want to redirect to their own custom logout page.
If I'm not missing something perhaps a feature like this would be nice:
The text was updated successfully, but these errors were encountered: