Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docusaurus/docs/dev-docs/configurations/sso.md
Original file line number Diff line number Diff line change
Expand Up @@ -767,10 +767,6 @@ npm install --save passport-keycloak-oauth2-oidc

</Tabs>

:::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.
:::

<details>
<summary>Configuration example for Keycloak (OpenID Connect):</summary>
<div>
Expand Down Expand Up @@ -892,6 +888,11 @@ npm install --save passport-okta-oauth20
</TabItem>

</Tabs>

:::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.
:::

<details>
<summary>Configuration example for Okta:</summary>
<div>
Expand Down