Skip to content

Commit 11bfa1f

Browse files
feat(sso): add note about org sso (#4376)
* feat(sso): add note about org sso expiry * update sentence * Update src/docs/product/accounts/sso/index.mdx Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update src/docs/product/accounts/sso/index.mdx Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
1 parent 9f5f0d1 commit 11bfa1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/product/accounts/sso/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Every member who creates a new account via SSO will be given global organization
2525

2626
## Security
2727

28-
Our SSO implementation prioritizes security. We aggressively monitor linked accounts and will disable them within any reasonable sign that the account’s access may have been revoked. Generally this will be transparent to you, but if the provider is functioning in an unexpected way you may experience more frequent re-authorization requests.
28+
Our SSO implementation prioritizes security. We aggressively monitor linked accounts and will disable them if there's any reasonable sign that the account’s access may have been revoked. Generally this will be transparent to you, but if the provider is functioning in an unexpected way you may experience more frequent re-authorization requests.
2929

30-
Sessions last for [Django's default session length](https://docs.djangoproject.com/en/1.11/topics/http/sessions/#using-cookie-based-sessions), which is 2 weeks. We do not support customizing the session length.
30+
Sessions last for [Django's default session length](https://docs.djangoproject.com/en/1.11/topics/http/sessions/#using-cookie-based-sessions), which is two weeks. For individual organizations with single sign-on, we expire organization access after one day (20 hours).
3131

3232
## Providers
3333

0 commit comments

Comments
 (0)