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:
- Set the
AuthenticationTypeproperty toJWT. - Set the
web_tokenproperty to the JSON web token generated after OAuth authentication from Azure Active directory. - Optionally, set the
role_session_nameproperty to the name of the assumed role session.