Skip to content

Register an Application on Entra ID for SharePoint Online features

Register an Application

  1. Sign in to the Entra ID portal
  2. Browse to App registrations and select New registration.
  3. Enter a display name for your application & leave Redirect URI (optional) field as blank.
  4. Specify who can use the application, we recommend to use single tenant if you are creating service account for Hire2Retire.
  5. Click on Register to complete the initial app registration.

Register an application

Figure 1. Application Registration

Add Required Permissions To Registered Application

To authorize a registered application to perform operation related to SharePoint Online, navigate to API permissions > Add a permission > Microsoft APIs > SharePoint > Application permissions.

  • RoboMQ needs the following permissions on your registered application to provide a seamless integration eperience:
Scopes Permission Type Explanation
Sites.FullControl.All Application Allows the user to read and update the sites without a signed in user.
User.Read.All Application Allows the Appication to read the user profiles without a signed in user.
  • Grant admin consent to the permissions configured for the application.

Admin consent

Figure 2. Admin Consent