Cannot Enable Password grant type

Hi there,

We are trying to enable “password” grant type, but when trying to save we get this error:

“Application must not have Token Endpoint Authentication Method set to “none” when client_credentials grant type is enabled”

The issue is that we don’t have “Token Endpoint Authentication Method” in our settings, so we cannot add “none” to there.

Hello @hay.zohar welcome to the community!

The password and client credentials grant types are different - password should be able to be set with a token endpoint authentication method of “non”, but no client credentials.

Which type of app are you attempting to configure? If a “web” app, there’s a “Credentials” section where you can toggle the token endpoint authentication method:

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