Followed these steps. Straightforward.
Steps 5 & 6. Do I do somethinbg with the pool ID & ARN?
Using the client ID as the application I set as the audience in step 2.
Using scope of “openid offline_access”.
Using realmOrConnection as “Username-Password-Authentication” in
AuthenticationAPIClient.login(email, password, realmOrConnection).
Basically the settings I used before.
Get this error: “Grant type ‘http://auth0.com/oauth/grant-type/password-realm’ not allowed for the client.”
Thank you