Registering APP in CAM to Support MS Team
Register CAM on the Microsoft Azure portal to support MS Team apps within CAM.
Configure and register CAM using the App registrations experience in the Azure portal where you can integrate the CAM app with the Microsoft identity platform and call Microsoft Graph.
Navigate and Sign in to the Azure portal.
If you have access to your tenant, select your account in the top right corner, and set your portal session to the Azure AD tenant.
In the left-hand navigation pane, select the Azure Active Directory service.
Select App Registrations.
Select New registration. The following screen opens:
Field | Description | ||
---|---|---|---|
Name | Specify a meaningful application name that will be displayed to users of the app | ||
Supported account types | Select the one of the following options:
| ||
Redirect URI (Optional) | Specify the type of app and provide the redirect URI (or reply URL) for your application. |
8. Click Register to add your app.
9. To enable your application to identify and authenticate itself when obtaining auth tokens, you can either upload your own certificate or create a new client secret by going to Certificates & Secrets in the Azure portal.
The following screen shows a sample of Certificates & Secrets in the Azure portal.
Configuring MS Teams Access control
The following permissions will need to be enabled in the Azure Portal:
Go to Azure Active Directory.
Select the Registered App.
Click on API permissions in the left sidebar. The following screen opens:
4. To configure new permissions, click on + Add a permission.
5. Under Microsoft APIs, select Microsoft Graph. The following screen opens:
6. Select Delegated and Application Permissions.
7. Click on Add permissions and select Grant admin consent for <global admin user>
For more information on the Application and Delegate permissions, click here.