OAuth2, App Registration and API Permissions

OAuth2, App Registration and API Permissions

Steps for App Registration and Create Client Secret


Log into https://portal.azure.com/ and navigate to Azure Active Directory.
From the left menu, select App registrations.
Click > +New registration above the application list. 
Provide Application Name.
Choose Supported Account Types.
Click > Register button. You will be automatically redirected to the new application settings page.
In the Essentials section at the top of the page, copy the following variables:
     Application (Client) ID
     Directory (Tenant) ID
From the left menu, select Certificates & secrets. 
Click > New client secret button. 
Provide a Description that will help you remember how or where the secret is going to be used.
Choose an Expires period.
Click > Add button. A new client secret will be generated. 
Copy the secret BEFORE refreshing the page. Once the page is refreshed, the secret cannot be copied any longer and will need to be entered manually (later).
<< END >> 

Steps to set API Permissions


Go to Azure Portal > App Registrations > Your App.
From the left menu, select Authentication. 
Choose Yes for “Allow public client flows”.
Click > Save button to apply the changes.
From the left menu, select API Permissions. 
Click > +Add a permission above the list with all assigned permissions. 
Choose "Application Permission". 
Choose Microsoft Graph in the right panel.
Choose API permissions.
Delete the auto-added API permission "User.Read".
Grant the following API permissions
Microsoft Graph > Application permissions
+ Mail.Read
+ Mail.ReadWrite
+ Mail.Send
For all added API permissions, ensure that admin consent is granted (via button "Grant admin consent for ...").
<< END >> 

    • Related Articles

    • Document Type Permissions

      Document Type Permission Document Type Permissions can be configured and assigned to specific Users and Group from the ‘Permissions’ page of the configured Catalog and Document Type. Go to Administration > Catalogs & Document Types > (Specify Catalog ...
    • Steps to switch IMAP or POP3 to OAuth2 Capture Job

      Steps to switch IMAP or POP3 to OAuth2 Capture Job Refer from https://learn.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/deprecation-of-basic-authentication-exchange-online#when-will-this-change-take-place 1 - Upgrade Content ...
    • Outgoing Email Server in Content Central

      Outgoing Email Server Features Outgoing Email Server allows the following features in Content Central: Sending/receiving of email message notifications to your user’s email inbox Sending of documents from Content Central to recipient’s email inbox ...
    • CapturePoint Instructions

      These instructions apply to CapturePoint v5.0.65 and above. CapturePoint Setup CapturePoint Installation Download CapturePoint software from the download link. Please contact support@ademero.com to inquire about CapturePoint Download Link. ...
    • Users and Groups in Content Central, CCv7

      How to Add Users in Content Central 1. Login to Content Central - as ‘Admin’ or member of Administrator Group. as user or member of group with Administration Permission for User and Group. 2. Click ‘Administration’ found in the Menu Items. 3. In the ...