Finding connection list in the Custom UI

We are building a custom UI which redirect a user to a enterprise connection based on email domain. This is to ensure that we don’t hard code connections with email domains.

We are using the authentication API. Is there any way we can get list of all the enterprise connections (including configured email domains) using the the authentication API?

Kind Regards
Ather

Hi @NBBDevops,

Thanks for joining us in the Auth0 Community!

You may be able to get the connections and domains from the Management API.

Take a look at this doc and let me know if it fits your scenario:
Auth0 Management API v2

Thanks,
Dan

1 Like

Hi Dan,

Thanks for your reply. I don’t want to use management API in the Custom UI.

Can’t we do anything from the authentication API?

Kind Regards
Ather

Ather,

Unfortunately there is not a method to get connections from the Authentication API.

Thanks,
Dan

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