Open lightmagic1 opened 3 years ago
@lightmagic1 did you ever get this resolved - I am having the same redirect loop issue (also hosting a static docusaurus site, using okta as my oidc provider) and would love to be able to figure this out
@lightmagic1 @ajrice6713 Can you try adding /_callback to your redirect URI which I believe should fix the issue.
@jayeshbino my issue ended up being the lambda@edge invoked on the origin request as opposed the viewer request
Issue
I'm have the following error after used the "Login with google" in Auth0.
Configs
Lambda
CloudFront Config
Auth0 Config
Only social connection with google Enabled:
Seems to be working fine, testing inside auth0 connection test:
My Auth0 Config:
Additional Info:
My Cloudfront redirects to a S3 bucket with static files (docusaurus generated).
FF Tools:
My requests keeps in a infinity loop 'till error:
Can someone help me? What i'm doing wrong?