| triggerMode | xsd:string |
How to trigger Certificate SSO on sessions using this authenticator.
-
This property has a default value of
"DISABLED".
-
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. |
|