I have a Dev Tennant and a Staging Tennant
I have 2 native (Android, IOS) and 1 SPA Web client
I want to do Auth0 Logins, Facebook and Google Social logins
so 3 clients by 3 login types = 9 cases to test
All 9 cases work fine in my DEV tennant (with Auth0 development keys)
Same configurations in my STAGE tennant (except using a custom domain)
All 6 social media login cases fail with a message that does not help me identify why
But Try Connection for my Social Media login configurations WORKS in STAGE
I have been advised to replace the Development keys with the real Google/Facebook keys but that is causing some other issues.
But if the Try Connection Works with Dev keys I cant see why this would not work with Dev keys from my clients, as a first step to resolving these issues
I get the same error page from all 3 clients
logs shows “Invalid_Request” ??? but why
{
“date”: “2022-06-07T15:25:39.983Z”,
“type”: “f”,
“description”: “You may have pressed the back button, refreshed during login, opened too many login dialogs, or there is some issue with cookies, since we couldn’t find your session. Try logging in again from the application and if the problem persists please contact the administrator.”,**
“connection_id”: “”,
“ip”: XX Obscured XX
“user_agent”: “Chrome 102.0.0 / Windows 10.0.0”,
“details”: {
“body”: {},
“qs”: {
“state”: "Fe26.24b90c82ae2a981129a10db8f866946d530cef89faa8df0b9cfcdfe60f381bcf9dpuX9gQ4rBoVngB8GYb82Qg4qlWFqHC0e-VEY9ZkHdM8OnlZYq-iH7LyfTYPJaSv0**fe400b68694dbec4231972333339b852d103db0e83119793523361aafdf77e3cGfp6t4mYoyY_f462-XcqlY2KFq_nNCIYFv5C2duqw70",
“code”: “4/0AX4XfWgGNYd96-NrNnIfiFzqI6fXzLcKjIm8VtSF-2Tt_vg7t4k9f5hhtB4HCnVCBM6eEA”,
“scope”: “email profile https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile openid”,
“authuser”: “1”,
“prompt”: “consent”
},
“error”: {
“message”: “You may have pressed the back button, refreshed during login, opened too many login dialogs, or there is some issue with cookies, since we couldn’t find your session. Try logging in again from the application and if the problem persists please contact the administrator.”,
“oauthError”: “invalid_request”,
“type”: “request-error”
},
“session_id”: “q1L1bzF-bejIKXsNr6Asr12NY2__RQ2y” },
“hostname”: “needuum-stage.us.auth0.com”,
“log_id”: XX Obscured XX
“_id”: XX Obscured XX
“isMobile”: false
}
I am using a variety of SDK’s and Auth0 Libraries within the 3 clients,
too many to list here but the behaviors is common across all
anybody have a similar issue, would appreciate hearing how you resolved it