I have an Android app using Auth0 to log in. Works great.
I have a new client who wants to use his Cognito user’s credentials.
Possible to use my already developed Auth0 code to log in with these Cognito users?
I want the user to type his Cognito creds, send those to Auth0 as usual, have the user logged in to Cognito, get back an Auth0 JTW.
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).