Basic authentication scanning messages

The Bot Scanner report might display some messages for your review or action for updating bots that are using Basic authentication to OAuth 2.0 in the Email package or Email trigger. Messages provide detailed information about the action, error, or review required to update the bots.

Code

A1001

Message

The Basic authentication mode that is used to connect to the email server is deprecated by Microsoft.

For the bot to run, update the authentication mode by selecting OAuth 2.0 and configuring the required parameters. Otherwise, a connection error will occur.

Code

A1002

Message

The Basic authentication mode that is used to connect to the EWS server is deprecated by Microsoft.

For the bot to run, update the authentication mode by selecting OAuth 2.0 and configuring the required parameters. Otherwise, a connection error will occur.

Code

R1004

Message

A variable is used in the 'Host' property of this bot. If the variable is pointing to 'office365.com', this can potentially have an impact on the action since the Basic authentication mode that is used to connect to the email server is deprecated by Microsoft.

You are advised to review the variable and update the authentication mode by selecting OAuth 2.0 and configuring the required parameters.