+Since the Workflow service uses an Azure Active Directory (AAD) bearer token for authentication and identification, an email address should be encoded into the token to allow for notification when using Workflow. It is recommended that the [Azure Identity][azure_identity] library be used with a the [DefaultAzureCredential][default_azure_credential]. Before using the [Azure Identity][azure_identity] library with Workflow, [an application][app_registration] should be registered and set the information obtained from the application, such as AZURE_CLIENT_ID, AZURE_TENANT_ID, and AZURE_CLIENT_SECRET, as environment variables. Then use [DefaultAzureCredential][default_azure_credential] for authentication. For more authentication details, refer to [MFA][multifactor_authentication].
0 commit comments