-
Notifications
You must be signed in to change notification settings - Fork 20
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
Support multiple upstreams service behind the same SSO proxy #10
Comments
Issues go stale after 90d of inactivity. |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. |
Stale issues rot after 30d of inactivity. |
Rotten issues close after 30d of inactivity. |
/remove-lifecycle rotten |
The
oauth2_proxy
supports multiple upstream services for which it does path based routing.e.g. by defining the upstreams as follows:
The proxy will route:
In this way, It is possible to have Single Sign-On for both app1&app2.
The text was updated successfully, but these errors were encountered: