Skip to content

Commit f528195

Browse files
committed
Port #1976
1 parent 059fa46 commit f528195

File tree

1 file changed

+6
-3
lines changed
  • docusaurus/docs/dev-docs/configurations

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -772,9 +772,7 @@ npm install --save passport-keycloak-oauth2-oidc
772772

773773
</Tabs>
774774

775-
:::caution
776-
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.
777-
:::
775+
778776

779777
<details>
780778
<summary>Configuration example for Keycloak (OpenID Connect):</summary>
@@ -897,6 +895,11 @@ npm install --save passport-okta-oauth20
897895
</TabItem>
898896

899897
</Tabs>
898+
899+
:::caution
900+
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.
901+
:::
902+
900903
<details>
901904
<summary>Configuration example for Okta:</summary>
902905
<div>

0 commit comments

Comments
 (0)