Before you create a catalog source, ensure that you have the information required to connect to the source system.
Perform the following tasks:
•Register for the Microsoft Graph application in Azure Active Directory admin center to enable user authentication. For information about how to register the Microsoft Graph application, see Build Java apps with Microsoft Graph.
•Authorize the Microsoft Graph application.
To authorize the Microsoft Graph application, use the following format: https://login.microsoftonline.com/<tenant ID>/oauth2/v2.0/authorize?client_id=<client ID>&response_type=code&redirect_uri=<redirect URL>&response_mode=query&scope=user.read profile offline_access Files.Read openid&state=12345
Note:
The user who created the Microsoft Graph application can share the Tenant ID, Client ID, and Redirect URL details with users who want to extract metadata.
For more information about how to authorize the Microsoft Graph application, see .