Resource Owner Password

Hello,
I implemented to get auth0 token for the username and password.
Here is a problem to select the DB connection.
My BE connects only Prod DB connection.
How can I select the DB connection by environment ?

Hey there @ivan.cheng welcome to the community!

Most SDKs allow for specifying the connection param - Can you expand on your use case a bit here? The more detailed information you can provide the better!

As I attached a screenshot to set Default Directory, if I didn’t set this field, the Resource Owner Password token get token from the Prod Database connection instead of Dev connection.

Now I need to get the token for the user of corresponded database

1 Like

Thanks for information - It sounds like you may need to look into adding realm support in order to specify the specific connection per environment when using the resource owner password flow.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.