Auto redirect to saml provider when enabling only one connection

Hello,

I have set up an application which is using only one user source (IDP) like so:


Now when I access an application I get prompted with this selection screen:

How can I automatically skip this screen, so that the users are only prompted with the login screen of my IdP?

Thanks

Timo

1 Like

Hi @auth014,

Welcome and thank you for posting in Auth0 Community!

Yes, you can send your users to your IdP login screen by specifying the connection: 'JumpCloud' when you call /login.

Please try this and let me know if it works!

1 Like

Hey Lily,

worked really well. I just passed this parameter with the /authorize endpoint like so:
https://TENANT.auth0.com/authorize?connection=JumpCloud

2 Likes

Glad to hear you’ve got it working @auth014!

2 Likes

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