Unfortunately I get the following error message, the grant_type is not supported.
{
"error": "unsupported_grant_type",
"error_description": "The authorization grant type is not supported by the authorization server. Configured grant types: [authorization_code, password]."
}
Is there a problem in the API or am I using the call incorrectly? Allowed grant types Use resource owner password and client authentication as client credintials is set in the application.
Did you enable the Resource Owner Password grant type in your Okta app settings? If you don’t see that option, then the app type you’re using using might not support it.
how are you making the call? With Curl or Postman. If using Curl or some other tool it sounds like maybe the data portion is not getting passed correctly. If using Curl can you verify your request looks like,