How can I implement a client credentials grant with FusionAuth?
-
Is there an article or example on how to implement the Client Credentials Flow with FusionAuth?
When I make a token request I see:
"error": "unsupported_grant_type", "error_description": "The requested authorization grant type is not supported by the authorization server. Parameter grant_type must be set to authorization_code, password or refresh_token."
-
As of today, the client credentials grant is not available in FusionAuth. Here's the list of supported grants.
Please feel free to vote up the relevant issue, as community input feeds into our roadmap priorities.
-
An update! The client credentials grant is now available in paid editions of FusionAuth.
Here is the documentation:
https://fusionauth.io/docs/v1/tech/oauth/#configure-entities
https://fusionauth.io/docs/v1/tech/oauth/#example-client-credentials-grant