Grooper Help - Version 25.0
25.0.0040 2,257

Azure OAuth

OAuth Authentication Grooper.CMIS

Implements OAuth 2.0 authentication for connecting Grooper to various Azure services.

Remarks

How It Works

  • At configuration time, a user is asked to sign in to their Microsoft account and grant permission for the application to access their SharePoint resources.
  • The authentication process uses the OAuth 2.0 authorization code flow, where the user is redirected to the Microsoft login page to enter their credentials and consent to the requested permissions.
  • The generated authorization code is then exchanged for an access token and a refresh token, which are securely stored by Grooper for future use.

Configuration Steps

  • If using the default client ID (Grooper Azure AD Connector), ensure that your administrator has granted the necessary permissions to the Grooper Azure AD Connector application in Azure AD, and that the required scopes are enabled.
  • If using a custom Azure AD application, register the application in Azure AD, configure the appropriate permissions and scopes, and provide the generated client ID in the Client Id property.

Properties

NameTypeDescription

Derived Types

There are 3 implementations of Azure OAuth.

Exchange OAuth Implements OAuth 2.0 authentication for connecting Grooper to Microsoft Exchange Online (Office 365) using Azure AD.
OneDrive OAuth Implements OAuth 2.0 authentication for connecting Grooper to Microsoft OneDrive and SharePoint Online using a Microsoft account.
SharePoint OAuth Implements OAuth 2.0 authentication for connecting Grooper to SharePoint Online (365) using Azure AD.

Used By

Notification