Skip to content

Commit cd09e54

Browse files
committed
Add section on SSO team management
1 parent 2a782bb commit cd09e54

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

docs/sso.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,13 @@ Following settings are available:
211211
:::tip Session timeouts in Plausible and in identity provider are different things
212212
SSO account session timeout in Plausible is always counted relative to the time of last login. User activity does not prolong it like in the case of standard account. However, it does not mean the user has to manually log in again after it expires. Once the timeout is reached, Plausible automatically redirects to identity provider. If the session at identity provider is still valid, the user is automatically redirected back to Plausible, to the last page they visited. Session timeout in Plausible is usually much shorter than the session timeout in identity provider. This helps ensuring the user state in Plausible is up to date with the state in identity provider. When, for instance, identity is deleted in identity provider, the respective user account in Plausible will keep working only for the duration of the Plausible session.
213213
:::
214+
215+
## Team Management
216+
217+
- Team members who have already provisioned their accounts through SSO have are distinctly labeled in members list under "**Team Settings**"
218+
219+
<img alt="Team members list with labels" src={useBaseUrl('img/sso-team-members-list.png')} />
220+
221+
- All team members' active SSO sessions can be viewed and optionally logged out in "**Sessions**" section of "**Single Sign-On**" under "**Team Settings**"
222+
223+
<img alt="SSO sessions" src={useBaseUrl('img/sso-sessions.png')} />

static/img/sso-sessions.png

223 KB
Loading

static/img/sso-team-members-list.png

308 KB
Loading

0 commit comments

Comments
 (0)