Hello,
I have a Native Application in Auth0, and I would like to enable access for a client using ADFS.
The client’s ADFS has multiple domains and users associated to them.
When setup, the client can login to the app, but only with users that are members of one of it’s domains. Users from all his other domains cannot login.
How can I enable logins for all of his domains? Can I pass the domain to which they should authenticate to, in the form domain\username, to the login api?
Regards