You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2026-06-19 22:58:30 +02:00
Fix duplicate query parameters (#2334)
This commit is contained in:
@@ -39,7 +39,7 @@ BEWARE that the domain you want to redirect to (`my-oidc-provider.example.com` i
|
|||||||
|
|
||||||
This endpoint returns 202 Accepted response or a 401 Unauthorized response.
|
This endpoint returns 202 Accepted response or a 401 Unauthorized response.
|
||||||
|
|
||||||
It can be configured using the following query parameters query parameters:
|
It can be configured using the following query parameters:
|
||||||
- `allowed_groups`: comma separated list of allowed groups
|
- `allowed_groups`: comma separated list of allowed groups
|
||||||
- `allowed_email_domains`: comma separated list of allowed email domains
|
- `allowed_email_domains`: comma separated list of allowed email domains
|
||||||
- `allowed_emails`: comma separated list of allowed emails
|
- `allowed_emails`: comma separated list of allowed emails
|
||||||
@@ -39,7 +39,7 @@ BEWARE that the domain you want to redirect to (`my-oidc-provider.example.com` i
|
|||||||
|
|
||||||
This endpoint returns 202 Accepted response or a 401 Unauthorized response.
|
This endpoint returns 202 Accepted response or a 401 Unauthorized response.
|
||||||
|
|
||||||
It can be configured using the following query parameters query parameters:
|
It can be configured using the following query parameters:
|
||||||
- `allowed_groups`: comma separated list of allowed groups
|
- `allowed_groups`: comma separated list of allowed groups
|
||||||
- `allowed_email_domains`: comma separated list of allowed email domains
|
- `allowed_email_domains`: comma separated list of allowed email domains
|
||||||
- `allowed_emails`: comma separated list of allowed emails
|
- `allowed_emails`: comma separated list of allowed emails
|
||||||
@@ -41,7 +41,7 @@ BEWARE that the domain you want to redirect to (`my-oidc-provider.example.com` i
|
|||||||
|
|
||||||
This endpoint returns 202 Accepted response or a 401 Unauthorized response.
|
This endpoint returns 202 Accepted response or a 401 Unauthorized response.
|
||||||
|
|
||||||
It can be configured using the following query parameters query parameters:
|
It can be configured using the following query parameters:
|
||||||
- `allowed_groups`: comma separated list of allowed groups
|
- `allowed_groups`: comma separated list of allowed groups
|
||||||
- `allowed_email_domains`: comma separated list of allowed email domains
|
- `allowed_email_domains`: comma separated list of allowed email domains
|
||||||
- `allowed_emails`: comma separated list of allowed emails
|
- `allowed_emails`: comma separated list of allowed emails
|
||||||
Reference in New Issue
Block a user