The application itself has the “accessed by team members of organizations” setting set, so on the Grants page it says “Only the Implicit, Authorization Code and Refresh Token grant types are currently allowed for applications that are accessed by team members of organizations”.
Use-case:
The QA team needs the ability to use an API to generate a valid access token for a user, password and organization combination so that they can automatically test our APIs.
The said feature request is already in Auth0’s pipeline and is targeted for next year release. We request you to use the existing supported grant types for organizations and resource owner password flow API endpoint for regular testing.
Am I right in understanding that what we want is not possible currently until the feature request progresses? You say “We request you to use the existing supported grant types for organizations and resource owner password flow API endpoint for regular testing.” But the supported grant types for organizations are incompatible with the resource owner password flow API endpoint (if wanting to supply a username and password for an organization member on the payload), so I’m unsure what is meant by that, unless by “regular testing” you mean for testing with users who are not members of organizations (and therefore don’t encounter this issue)?
Yes, your understanding is correct. Till the feature is GA, the said flow is not supported. By regular testing, I meant the users that wont come under organizations.