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/resources/sso.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,12 +91,12 @@ Required:
91
91
92
92
-`client_id` (String) Client ID for OIDC authentication.
93
93
-`client_secret` (String, Sensitive) Client secret for OIDC authentication (sensitive).
94
-
-`email` (String) User's email address retrieved from identity provider.
95
-
-`first_name` (String) User's first name retrieved from identity provider.
94
+
-`email` (String) The name of the claim that returns the user's email address from the identity provider.
95
+
-`first_name` (String) The name of the claim that returns the user's first name from the identity provider.
96
96
-`issuer_url` (String) URL of the OIDC issuer.
97
-
-`last_name` (String) User's last name retrieved from identity provider.
97
+
-`last_name` (String) The name of the claim that returns the user's last name from the identity provider.
98
98
-`scopes` (Set of String) Scopes requested during OIDC authentication.
99
-
-`spectro_team` (String) The SpectroCloud team the user belongs to.
99
+
-`spectro_team` (String) The name of the claim that returns the user's group memberships from the Identity Provider. The values of this claim will map to SpectroCloud teams.
100
100
101
101
Optional:
102
102
@@ -115,10 +115,10 @@ Read-Only:
115
115
116
116
Required:
117
117
118
-
-`email` (String) User's email address retrieved from identity provider.
119
-
-`first_name` (String) User's first name retrieved from identity provider.
120
-
-`last_name` (String) User's last name retrieved from identity provider.
121
-
-`spectro_team` (String) The SpectroCloud team the user belongs to.
118
+
-`email` (String) The name of the claim that returns the user's email address from the identity provider.
119
+
-`first_name` (String) The name of the claim that returns the user's first name from the identity provider.
120
+
-`last_name` (String) The name of the claim that returns the user's last name from the identity provider.
121
+
-`spectro_team` (String) The name of the claim that returns the user's group memberships from the Identity Provider. The values of this claim will map to SpectroCloud teams.
errs=append(errs, fmt.Errorf("%q must be a valid email address", key))
176
-
}
177
172
return
178
173
},
179
174
},
180
175
"spectro_team": {
181
176
Type: schema.TypeString,
182
177
Required: true,
183
-
Description: "The SpectroCloud team the user belongs to.",
178
+
Description: "The name of the claim that returns the user's group memberships from the Identity Provider. The values of this claim will map to SpectroCloud teams.",
errs=append(errs, fmt.Errorf("%q must be a valid email address", key))
216
-
}
217
207
return
218
208
},
219
209
},
220
210
"spectro_team": {
221
211
Type: schema.TypeString,
222
212
Required: true,
223
-
Description: "The SpectroCloud team the user belongs to.",
213
+
Description: "The name of the claim that returns the user's group memberships from the Identity Provider. The values of this claim will map to SpectroCloud teams.",
0 commit comments