Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: linkedin_oidc provider error (supabase#1534)
## What kind of change does this PR introduce? Fixes supabase#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\"`
- Loading branch information