Skip to content

Commit a48796c

Browse files
Add callout for cookie not being supported yet
1 parent 4037a6e commit a48796c

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Single Sign-On on Strapi allows you to configure additional sign-in and sign-up
3232
It is currently not possible to associate a unique SSO provider to an email address used for a Strapi account, meaning that the access to a Strapi account cannot be restricted to only one SSO provider. For more information and workarounds to solve this issue, [please refer to the dedicated GitHub issue](https://github.com/strapi/strapi/issues/9466#issuecomment-783587648).
3333
:::
3434

35+
:::warning
36+
The SSO feature does not currently support cookie authentication, this is something that will be added in a future release but no ETA is available at this time.
37+
:::
38+
3539
## Accessing the SSO configuration
3640

3741
The SSO configuration lives in the server configuration of the application, found at `./config/admin.js` or `./config/admin.ts`.

0 commit comments

Comments
 (0)