Implement logout redirection for reverse proxy setups#36085
Implement logout redirection for reverse proxy setups#36085eliroca wants to merge 1 commit intogo-gitea:mainfrom
Conversation
63a3a81 to
fa7ee5a
Compare
|
After Implements OIDC RP-Initiated Logout #36724, you can redirect to anywhere you want, and no need to play with the frontend JS anymore. |
|
So we close this? |
Why? |
I'll rebase and update the patch this week. |
Sorry, misread. |
fa7ee5a to
29ae0fb
Compare
29ae0fb to
6be3cad
Compare
|
Can this be included in the upcoming 1.26.0 release? |
6be3cad to
1ef7532
Compare
When authentication is handled externally by a reverse proxy, users can be redirected to an external logout URL or relative path defined on the reverse proxy.
c4881dc to
d43ec47
Compare
|
Don't force-push to PR branches please. |
Why not? Github is able to handle it and show only what changed between states. |
|
I can't see what has changed since your last commit. It's all just one commit now. It's important for the review to see how feedback was addressed. We will squash on merge, so there's no reason to prematurely squash on the PR branch. |
|
Interesting, I didn't know GitHub had that feature. But yes prefer not to force-push still 😉. |
No, it only shows the diff between last force push and previous force push, the more history commits are still lost. https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md
|
What do you think about this case? For example: on an instance, reverse-proxy-auth is enabled, and a user login via other methods (e.g.: OAuth2 or password form), is it possible? |


When authentication is handled externally by a reverse proxy or SSO provider, users can be redirected to an external logout URL or relative path defined on the reverse proxy.