You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/teams/oidc_sso.md
+1
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ To integrate Livebook Teams with your OIDC SSO provider, follow these steps.
22
22
Go to your IdP admin, and register Livebook Teams as a Relying Party (client/app). This is the info you’ll need from Livebook Teams:
23
23
24
24
-**Redirect URI**: The Livebook Teams sign-in callback URL that must be registered with your IdP: ` https://teams.livebook.dev/identity/callbacks/oidc`
25
+
-**Post Logout Redirect URI**: The Livebook Teams URL that must be registered with your IdP to redirect users after logout: `https://teams.livebook.dev/identity/logout`
25
26
-**Required OIDC scopes**: the OIDC scopes Livebook Teams requires: `openid`, `profile`, `email`, `offline_access`
26
27
27
28
Once that’s done, you should retrieve the following information from the registration process:
0 commit comments