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: content/operate/rs/references/rest-api/objects/sso.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ An API object that represents single sign-on (SSO) configuration in the cluster.
15
15
| Name | Type/Value | Description |
16
16
|------|------------|-------------|
17
17
| control_plane | boolean (default: false) | If `true`, enables single sign-on (SSO) for the control plane. |
18
-
| enforce_control_plane | boolean (default: false) |Enforce SSO login for the control plane for non-admin users. |
18
+
| enforce_control_plane | boolean (default: false) |If `true`, enforce SSO login for the control plane for non-admin users. If `false`, all users can still login using their local username and password if SSO is down. |
19
19
| protocol | "saml2" | SSO protocol to use. |
20
20
| issuer | complex object | Issuer related configuration.<br>Contains the following fields:<br>**id**: Unique ID of the issuer side (example: "urn:sso:example:idp")<br>**login_url**: SSO login URL (example: "https://idp.example.com/sso/saml")<br>**logout_url**: SSO logout URL (example: "https://idp.example.com/sso/slo")|
21
21
| service | complex object | Service related configuration.<br />For SAML2 service configuration:<br />{{<code>}}{
0 commit comments