I want to get the list of identity provider domain names on my backend so I can route users properly to default database-connection sign up or to IDPs.
Thank you for posting your question. Your issue is connected to the Okta platform rather than Auth0. I encourage you to pass your question on to the Okta Community → Okta Help Center (Lightning) , where experts can address your issue directly.
Sorry for the confusion. So I’ve checked in detail our endpoints on the Management API and the api/v2/connections → Auth0 Management API v2 is the most similar to the example from Okta that you provided. It allows you to filter by the strategy, so based on that, you should be able to fetch the necessary data to navigate users correctly.