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/admin/runai-setup/authentication/sso.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -71,8 +71,9 @@ You can configure your IdP to map several IdP attributes:
71
71
1. In the `Discovery URL` field, enter the discovery URL .
72
72
2. In the `Client ID` field, enter the client ID.
73
73
3. In the `Client Secret` field, enter the client secret.
74
-
4. In the `User attributes` field enter the attribute and the value in the identity provider. (optional)
75
-
5.When complete, press `Save`.
74
+
4. Add OIDC scope to be used during authentication to authorize access to a user's details. Each scope returns a set of user attributes. The scope must match the names in your identity provider.
75
+
5. In the `User attributes` field enter the attribute and the value in the identity provider. (optional)
76
+
6.When complete, press `Save`.
76
77
77
78
4. In the `Logout uri` field, enter the desired URL logout page. If left empty, you will be redirected to the Run:ai portal.
78
79
5. In the `Session timeout` field, enter the amount of idle time before users are automatically logged out. (Default is 60 minutes)
0 commit comments