|
Name
|
Type
|
Description
|
| label | xsd:string |
The label of the SAML Authenticator.
|
| metadataURL | xsd:string |
The metadata URL of the SAML Authenticator.
- This property need not be set.
|
| administratorURL | xsd:string |
The administrator URL for the SAML authenticator. This must specify
a protocol (scheme) of http or https.
Since Horizon 7.9
- This property need not be set.
- This property cannot be updated.
|
| description | xsd:string |
The description of the SAML authenticator.
Since Horizon 7.10
- This property need not be set.
|
| certificateSsoTriggerMode | xsd:string |
How to trigger Certificate SSO on sessions using this authenticator.
Since Horizon 8.7
-
This property has a default value of
"DISABLED".
- This property cannot be updated.
-
This property will be one of:
|
Value
|
Description
|
| "DISABLED" | Do not use Certificate SSO. |
| "ENABLE_IF_NO_PASSWORD" | If no password is supplied, use a valid (domain matching) connector if
it exists. |
| "REQUIRE_IF_NO_PASSWORD" | If no password is supplied, use and require a valid (domain matching)
connector. |
| "ENABLE_ALWAYS" | Regardless of a password, use a valid (domain matching) connector if it
exists. |
| "REQUIRE_ALWAYS" | Regardless of a password, use and require a valid (domain matching)
connector. |
|