Client Credential Flow in power automate

840 Views Asked by At

We want to call 3rd party API, the 3rd party API follow the Client Credential flow as per this document:-

https://auth0.com/docs/get-started/authentication-and-authorization-flow/client-credentials-flow

so how we can call this API inside our Power Automate flow? i tried to create a custom connector, but seems custom connectors does not support Client Credential flows.. any advice?

Thanks

1

There are 1 best solutions below

0
On

currently it is not possible to use grant type client credentials in custom connectors. https://learn.microsoft.com/en-us/connectors/custom-connectors/connection-parameters To realize a Power Automate flow with client credentials you need to use the http connector. Here you can specify the client credentials: enter image description here