Using a Browser Plugin for a SAML Service
You can configure the connector to use a browser plugin to authenticate your connection through a SAML service such as Okta, Ping, or AD FS.
To configure IAM authentication using a browser plugin:
- Set the
AuthenticationType
property to
.BrowserSAML
- To specify your credentials for accessing the Azure AD server, do the following:
- Set the
UID
property to the user name that you use to access the Azure AD server. - Set the
PWD
property to the password corresponding to the user name that you provided in the previous step.
- Set the
- Optionally, set the
Preferred_Role
property to the Amazon Resource Name (ARN) of the role that you want to assume when authenticated through Azure AD. - Optionally, set the
Duration
property to the duration, in seconds, of the role session. - Set the
Login_URL
property to the URL for the resource on the identity provider's website. - Optionally, set the
Listen_Port
property to the number of the port that the connector uses to receive the SAML response from the identity provider. - Optionally, set the
timeout
property to the maximum amount of time, in seconds, that the connector is to wait for the redirect URI to fetch the authorization code during Browser Azure AD authentication.
- Security and Authentication
- Authentication Driver Configuration Options
- Configuring Authentication