Connectors
Microsoft Graph API Connector
Oauth 2.0 Client Credentials
3 min
overview this configuration authenticates using oauth 2 0 client credentials for microsoft graph api access input parameters url a url to the target host (required) token url the token url must start with https //login microsoftonline com/ followed by the tenant id and appended with /oauth2/v2 0/token (required) client id the client id (required) client secret the client secret (required, format password) scope list of permission scopes for this action defaults to \[] (required) verify ssl certificates boolean option to enable ssl certificate verification (optional) http(s) proxy a proxy url to route requests through (optional) authentication scheme type oauth2 flow client credentials token endpoint microsoft identity platform token url