Closed j-nguyen closed 5 years ago
Hey there!
Don't have Xamarin experience but in general it's doable. You need to pass the connection parameter in the /authorize URL.
https://[tenant].auth0.com/authorize?
audience=[API Identifier]
&scope=openid+profile+email
&response_type=token
&client_id=[Client ID]&connection=[Connection name]
&redirect_uri=[Redirect URI]
&nonce=123
Hi, I was wondering if it was possible to skip the login portal page directly to one of the connections? Like for example to skip directly into Google's login page?