Add docs about OIDC post logout URL (#2963)

Co-authored-by: Alexandre de Souza <alexandre@aledsz.com.br>
This commit is contained in:
Hugo Baraúna 2025-03-16 09:16:04 -03:00 committed by GitHub
parent 3359f65a4c
commit 628272e8e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +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 youll 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`
- **Required OIDC scopes**: the OIDC scopes Livebook Teams requires: `openid`, `profile`, `email`, `offline_access`
Once thats done, you should retrieve the following information from the registration process: