Hi, I created a new native application but I’m unable to enable the Password and Passwordless OTP Grant Types in Application > Settings > Show Advanced .
Password
Passwordless OTP
Grant Types
Application > Settings > Show Advanced
I get the a UI error “Invalid grant types: client_credentials” when applying the settings
Changing the app type to SPA and back to Native as suggested here does not work
This workaround also does not work
Any tips?
I found the problem and the solution. This happens when the Client Credentials grants are enabled. So to disable them I had to
Client Credentials
Regular Web Application
Token Endpoint Authentication Method
None
Token Authentication
Native
Then I was able to set the Grants to OTP and Password
Glad you’ve found it and thanks for sharing it with the rest of community!