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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -62,11 +62,11 @@ You can configure your IdP to map several IdP attributes:
62
62
63
63
| IdP attribute | Default Run:ai name | Description |
64
64
|--|--|--|
65
-
| User email | email (cannot be changed) |**(Mandatory)**`e-mail` is the user identifier with Run:ai. |
66
-
| User role groups | GROUPS | (Optional) If exists, allows assigning Run:ai role groups via the IdP. The IdP attribute must be of a type of list of strings. See more below |
67
65
| Linux User ID | UID | (Optional) If exists in IdP, allows Researcher containers to start with the Linux User `UID`. Used to map access to network resources such as file systems to users. The IdP attribute must be of integer type. |
68
66
| Linux Group ID | GID | (Optional) If exists in IdP, allows Researcher containers to start with the Linux Group `GID`. The IdP attribute must be of integer type. |
67
+
| User role groups | GROUPS | (Optional) If exists, allows assigning Run:ai role groups via the IdP. The IdP attribute must be of a type of list of strings. See more below |
69
68
| Linux Supplementary Groups | SUPPLEMENTARYGROUPS | (Optional) If exists in IdP, allows Researcher containers to start with the relevant Linux supplementary groups. The IdP attribute must be of a type of list of integers. |
69
+
| Email | Email | (Optional) Defines the user attribute holding the user's email address, which is the user identifier in Run:ai|
70
70
| User first name | firstName | (Optional) Used as the first name showing in the Run:ai user interface. |
71
71
| User last name | lastName | (Optional) Used as the last name showing in the Run:ai user interface |
0 commit comments