companyA.application1.yourcompany.com
) or path (application1.yourcompany.com/companyA
).
/authorize
, via use of the connection
query parameter.
If this is the case for your application(s), then home realm discovery is a simple matter of storing the org_id
with the organization-specific application configuration and sending that as the organization parameter when redirecting the user to Universal Login. Doing so will limit the user to that specific organization and its set of configured connections.
/authorize
endpoint. For more information, see the Authentication API docs. However, you will generally accomplish this using the SDK for whichever language your application is written in.
/authorize
when you initiated the login request, Auth0 will present the user with a prompt to enter the organization they belong to.