Using a JSON Web Token (JWT)

You can configure the connector to authenticate your connection by using a token obtained from the web identity provider.

To configure IAM authentication using a JWT:

  1. Set the AuthenticationType property to JWT.
  2. Set the web_token property to the JSON web token generated after OAuth authentication from Azure Active directory.
  3. Optionally, set the role_session_name property to the name of the assumed role session.