diff --git a/docusaurus/docs/dev-docs/configurations/sso.md b/docusaurus/docs/dev-docs/configurations/sso.md index 69a8c62f69..20db87e737 100644 --- a/docusaurus/docs/dev-docs/configurations/sso.md +++ b/docusaurus/docs/dev-docs/configurations/sso.md @@ -767,10 +767,6 @@ npm install --save passport-keycloak-oauth2-oidc -:::caution -When setting the `OKTA_DOMAIN` environment variable, make sure to include the protocol (e.g. `https://example.okta.com`). If you do not, you will end up in a redirect loop. -::: -
Configuration example for Keycloak (OpenID Connect):
@@ -892,6 +888,11 @@ npm install --save passport-okta-oauth20 + +:::caution +When setting the `OKTA_DOMAIN` environment variable, make sure to include the protocol (e.g. `https://example.okta.com`). If you do not, you will end up in a redirect loop. +::: +
Configuration example for Okta: