From 188e61e4831a53b96f1a0bd7bffac2fcfa8074f7 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Wed, 20 Nov 2024 09:40:17 +0100 Subject: [PATCH] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 25d54151e..0bdd3ca7f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -182,7 +182,7 @@ const client = new Auth0Client({ In this case, the loading of the `Worker` would comply with a CSP that included `'self'`. You can follow similar steps if you'd prefer to copy the file to your own CDN instead. -## How can I skip the Auth0 login page? +## Skip the Auth0 login page? When integrating with third party providers such as Google or Microsoft, being redirected to Auth0 before being redirected to the corresponding provider can be sub-optimal in terms of user-experience. If you only have a single connection enabled, or you know up front how the user wants to authenticate, you can set the `connection` parameter when calling `loginWithRedirect()` or `loginWithPopup()`: