Resource owner password credentials grant

Diagram flow
-
Kofax Import Connector sends the parameters (client_id, username, password, client_secret (optional), grant_type=“password”) to Microsoft Azure Active Directory using the end point URL.
-
Once the authorization is successful, Microsoft Azure Active Directory 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.