Skip to content

Commit c1dfb16

Browse files
Add callout for cookie not being supported yet
1 parent 7d73d2c commit c1dfb16

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
@@ -29,6 +29,10 @@ Single Sign-On on Strapi allows you to configure additional sign-in and sign-up
2929
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).
3030
:::
3131

32+
:::warning
33+
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.
34+
:::
35+
3236
## Accessing the SSO configuration
3337

3438
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)