From c0a7fbe8e01fe6b26b67587edfb16225596fc0ba Mon Sep 17 00:00:00 2001 From: Zac Bergquist Date: Thu, 14 Apr 2022 09:18:10 -0600 Subject: [PATCH 1/2] Document Okta OIDC provider workaround This is the docs counterpart to #11718 --- docs/pages/enterprise/sso.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pages/enterprise/sso.mdx b/docs/pages/enterprise/sso.mdx index e28f7d17b9095..c99f0bd68d27f 100644 --- a/docs/pages/enterprise/sso.mdx +++ b/docs/pages/enterprise/sso.mdx @@ -150,6 +150,7 @@ values to match your identity provider: the [OIDC guide](./sso/oidc.mdx#optional-acr-values) for details. - `ping` (SAML and OIDC): Required for compatibility with Ping Identity (including PingOne and PingFederate). +- `okta` (OIDC): Required when using Okta as an OIDC provider At this time, the `spec.provider` field should not be set for any other identity providers. From 20a7f6359d2e62eb05dd8b4ec3b524198debd41a Mon Sep 17 00:00:00 2001 From: Zac Bergquist Date: Thu, 14 Apr 2022 10:45:32 -0600 Subject: [PATCH 2/2] Update docs/pages/enterprise/sso.mdx Co-authored-by: Paul Gottschling --- docs/pages/enterprise/sso.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/enterprise/sso.mdx b/docs/pages/enterprise/sso.mdx index c99f0bd68d27f..3e46b83e8eff0 100644 --- a/docs/pages/enterprise/sso.mdx +++ b/docs/pages/enterprise/sso.mdx @@ -150,7 +150,7 @@ values to match your identity provider: the [OIDC guide](./sso/oidc.mdx#optional-acr-values) for details. - `ping` (SAML and OIDC): Required for compatibility with Ping Identity (including PingOne and PingFederate). -- `okta` (OIDC): Required when using Okta as an OIDC provider +- `okta` (OIDC): Required when using Okta as an OIDC provider. At this time, the `spec.provider` field should not be set for any other identity providers.