You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After clicking the "Login with OIDC Provider" button there should be a redirect to the provider and after successful authentication the callback should provide wego the required information (thus forwarding after login to the "real" UI).
Actual Behavior
Nothing (HTTP/404).
After adding the path /oauth2 to the ingress I just get redirected back to the login screen.
Additional Context (screenshots, logs, etc)
I think, as #3992 covered the path-prefix for the UI only, OAuth2 should made aware of the prefix as well.
The text was updated successfully, but these errors were encountered:
Describe the bug
In #3992 sub-path support for the UI has been introduced.
If I configure wego with oauth2 authentication I get redirected (e.g. from /wego sub-path) to /oauth2 and not $subpath/oauth2.
Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After clicking the "Login with OIDC Provider" button there should be a redirect to the provider and after successful authentication the callback should provide wego the required information (thus forwarding after login to the "real" UI).
Actual Behavior
Additional Context (screenshots, logs, etc)
I think, as #3992 covered the path-prefix for the UI only, OAuth2 should made aware of the prefix as well.
The text was updated successfully, but these errors were encountered: