diff --git a/content/docs/reference/identity-provider-settings.mdx b/content/docs/reference/identity-provider-settings.mdx index 2d8ebee9d..5df5eb30c 100644 --- a/content/docs/reference/identity-provider-settings.mdx +++ b/content/docs/reference/identity-provider-settings.mdx @@ -231,23 +231,21 @@ See [`identityProvider.provider`](/docs/deploy/k8s/reference#identityprovider) f ```yaml idp_request_params: - client_id: client_id - response_type: response_type - redirect_uri: redirect_uri + prompt: login ``` ```bash -IDP_REQUEST_PARAMS='{"client_id":"client_id", "response_type":"response_type", "redirect_uri":"redirect_uri"}' +IDP_REQUEST_PARAMS='{"prompt":"login"}' ``` +Pomerium generates the OAuth protocol parameters required for the sign-in flow, including the client ID, response type, and redirect URI. Values in `idp_request_params` cannot override generated parameters. + Configure **Identity Provider Request Params** under **Authenticate** settings in the Console: -![Configure request parameters under authenticate settings in the console](./img/idp_options/idp-request-params.png) - diff --git a/content/docs/reference/img/idp_options/idp-request-params.png b/content/docs/reference/img/idp_options/idp-request-params.png deleted file mode 100644 index cfdc47bf6..000000000 Binary files a/content/docs/reference/img/idp_options/idp-request-params.png and /dev/null differ