Windows Client Authenticator

The Windows Client Authenticator connector provides a way for Maverics to connect to the Windows Client Authenticator App. The Windows Client Authenticator only supports login functionality. Additional attributes may be retrieved using an Attribute Provider.

Configuration options

The following values can be provided to the Windows Client Authenticator connector via the Maverics configuration file.

URL

url of the Windows Client Authenticator App. This field is required.

Transport Layer Security (TLS)

tls references the name of the TLS config defined in the tls section. This tls value configures the HTTP client TLS config for the login request initiated to the Windows Client Authenticator App. This field is optional.

Sample Connector Configuration

connectors:
  - name: wca
    type: windowsclientauthenticator
    url: https://wca-iis2019.testad.local
    tls: wca-tls