Grant_types "password" not committing after "Patch"

Hi @john.markovich,

Welcome to the Community!

When I check the box in the dashboard it adds password and realm support to the grant types.

"grant_types": [
    "authorization_code",
    "implicit",
    "refresh_token",
    "client_credentials",
    "password",
    "http://auth0.com/oauth/grant-type/password-realm"
  ]

I think password refers to password support, and the URI refers to realm support. It is outlined in this doc.

Not sure why there is the naming convention difference, but for the grant you are requesting you need to add the http://auth0.com/oauth/grant-type/password-realm in the array.

Let me know if that doesn’t solve it,
Dan