Client credentials grant


client credentials grant

Diagram flow

  1. 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 Azure Active Directory using the end point URL.

  2. Once the authorization is successful, Microsoft Azure Active Directory sends back the OAuth 2.0 access token, refresh token for accessing the user mailbox.

  3. Kofax Import Connector then send the user’s email address, mailbox folder to poll and access token for polling the messages.