You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## What kind of change does this PR introduce?
Fixes#1533
## What is the current behavior?
Attempting to signInWithOAuth with linkedin_iodc provider results in
error 500
## What is the new behavior?
Attempting to signInWithOAuth with linkedin_iodc results in a successful
login
## Additional context
Error from Supabase Auth Logs:
`oidc: id token issued by a different provider, expected
\"https://www.linkedin.com\" got \"https://www.linkedin.com/oauth\"`
0 commit comments