I am trying to setup the connection between Core Content and MS Teams. To do so I followed the steps as described in the documentation from OpenText (AdminGuide).
I created an Azure App with the assigned API permissions:
I configured the settings in the Admin Center:
I enabled sharing with Teams within the Core Content Administration.
Now when I try to share a document with Teams I get the following error:
The underlying error is as follow:
Ophalen van teams mislukt: Missing scope permissions on the request. API requires one of 'Team.ReadBasic.All, TeamSettings.Read.All, TeamSettings.ReadWrite.All, User.Read.All, Directory.Read.All, User.ReadWrite.All, Directory.ReadWrite.All'. Scopes on the request 'User.Read, profile, openid, email'
So the error specifies that the API permissions are missing, eventhough there are configured in the Azure App Registration.