I have added an OpenId Identity Provider to my application. I have also created a “Login with Acme” Button on my auth0 Login page like below:

Is there any way to generate a link to where this button will redirect? I want to create a link I can share so that people can bypass the login page and go straight to the Acme login.
Hi @jarrett.croll,
You can pass a ‘connection’ param with the request to /authorize
and it will bypass the login page and go directly to the IdP. Here’s the reference: Authentication API Explorer
Does that work for you?
Hi @dan.woda thank you for this. Just to be explicit — how do I find out the url of my authentication api?
1 Like
@jarrett.croll,
Try logging in to that doc, it will populate.