mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-12 16:04:39 +08:00
Update docs/teams/oidc_sso.md
Co-authored-by: Alexandre de Souza <alexandre@aledsz.com.br>
This commit is contained in:
parent
e1cc6effd5
commit
d0b8ba1967
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ To integrate Livebook Teams with your OIDC SSO provider, follow these steps.
|
|||
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:
|
||||
|
||||
- **Redirect URI**: The Livebook Teams sign-in callback URL that must be registered with your IdP: ` https://teams.livebook.dev/identity/callbacks/oidc`
|
||||
- **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`
|
||||
- **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`
|
||||
- **Required OIDC scopes**: the OIDC scopes Livebook Teams requires: `openid`, `profile`, `email`, `offline_access`
|
||||
|
||||
Once that’s done, you should retrieve the following information from the registration process:
|
||||
|
|
Loading…
Add table
Reference in a new issue