I am trying to set destination on SAP Cloud platform for Microsoft Graph API. I am using OAuthClientCredentials
Same is working on Postman but not on SAP cloud platform. I want to use this destination to route my workflow to the Graph API to create an online meeting.
The details I am entering:
TokenServiceURL: https://login.microsoftonline.com/0d345c79-6eff-44e1-a49a-8c31427b9a25/oauth2/v2.0/token
client_id = 06211228-951a-497a-80aa-018675ec5c9e
scope=https://graph.microsoft.com/.default
grant_type=client_credentials
client_secret=vDB-8e__cp7MXty5Eegur318v~vsra132p
OAuthURL: https://login.microsoftonline.com/0d345c79-6eff-44e1-a49a-8c31427b9a25/oauth2/v2.0/authorize