Reputation: 636
Using Auth0 results in Grant type 'http://auth0.com/oauth/grant-type/password-realm' not allowed for the client error. What is the possible solution for this?
Upvotes: 0
Views: 167
Reputation: 37075
See Client Grant Types docs, and it explains how to edit available grant types for a Client
Essentially, do the following:
What grant types are available can be dependent on the client type
and whether confidential, third-party etc. Please see the docs for the small print on the specifics of this.
Upvotes: 1