Skip to content

Commit 93fae49

Browse files
authored
fixed sso okta caution block placement (#1976)
1 parent a6ba364 commit 93fae49

File tree

1 file changed

+5
-4
lines changed
  • docusaurus/docs/dev-docs/configurations

1 file changed

+5
-4
lines changed

docusaurus/docs/dev-docs/configurations/sso.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -767,10 +767,6 @@ npm install --save passport-keycloak-oauth2-oidc
767767

768768
</Tabs>
769769

770-
:::caution
771-
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.
772-
:::
773-
774770
<details>
775771
<summary>Configuration example for Keycloak (OpenID Connect):</summary>
776772
<div>
@@ -892,6 +888,11 @@ npm install --save passport-okta-oauth20
892888
</TabItem>
893889

894890
</Tabs>
891+
892+
:::caution
893+
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.
894+
:::
895+
895896
<details>
896897
<summary>Configuration example for Okta:</summary>
897898
<div>

0 commit comments

Comments
 (0)