Generating a magic-link or a connection specific login link to send to the user

Hey there, we are thinking of using an enterprise connection for one of our clients. is there a way for us to generate a login link which can only be used by that organization ?. we want to send this login link to them via our own communication system. is there a way to send a link to the users of that organization in such a way that they get redirected automatically to their enterprise connection specific login page bypassing the auth 0 login page?.
Any help is greatly appreciated, thanks

Hi @ymn,

If I understand correctly, you want to bypass the Auth0 login prompt and direct your users to their IdP login page.

You can do this by passing a connection parameter with the request to authorize. Documented here:

https://auth0.com/docs/api/authentication#enterprise-saml-and-others-

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