Does okta allow multiple grant types per client?

I have been trying out Okta. I created a client for a Machine-Machine auth scenario and this client works as expected with client_credentials grant type… My question is, can the same client be allowed for authorization_code grant as well ? (When i try the token preview option with this client, it says “The client is not authorized to use the provided grant type. Configured grant types: [client_credentials].”

Hi @spy16

A client credentials OIDC application can not have other flows, however, if you create a web application, you will have the option to add multiple flows, including implicit and client credentials.

Oh understood. Thanks for the clarification.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.