Skip to content

Commit

Permalink
fixed sso okta caution block placement (#1976)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdullahxz authored Jan 15, 2024
1 parent a6ba364 commit 93fae49
Showing 1 changed file with 5 additions and 4 deletions.
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

1 comment on commit 93fae49

@vercel
Copy link

@vercel vercel bot commented on 93fae49 Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

docs-vercel-v4.strapi.io
documentation-strapijs.vercel.app
documentation-git-main-strapijs.vercel.app

Please sign in to comment.