Authorization code grant
Diagram flow
-
Kofax Import Connector sends parameters (response_type=code, client_id, redirect URI, scope=User.Read Mail.ReadWrite Mail.ReadWrite.Shared offline_access openid profile) to Microsoft Entra ID using the end point URL.
-
An interactive pop up will be displayed prompting for username and password of the mailbox.
-
Once the authorization is successful, Microsoft Entra ID sends back the OAuth 2.0 access token, refresh token for accessing the user mailbox.
-
Kofax Import Connector then send the user’s email address, mailbox folder to poll and access token for polling the messages.