Client credentials grant
Diagram flow
-
Kofax Import Connector sends the parameters (client_id, client_secret, grant_type=client_credentials, scope=User.Read%20Mail.ReadWrite%20Mail.ReadWrite.Shared%20offline_access%20openid%20profile) to Microsoft Entra ID using the end point URL.
-
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.