-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(backend,clerk-js,types): Support the new LinkedIn OAuth Provider #1772
feat(backend,clerk-js,types): Support the new LinkedIn OAuth Provider #1772
Conversation
🦋 Changeset detectedLatest commit: c7d8425 The changes in this PR will be included in the next version bump. This PR includes changesets to release 12 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
0ec5bf3
to
a929d10
Compare
097f346
to
0b4094a
Compare
LinkedIn has changed the OAuth flow by replacing it with OpenID Connect. We have already added support for this in the backend.
14519a0
to
c7d8425
Compare
This is ready. The new provider's name will be set in dashboard, as well as whether a user can enable only one of these. |
provider: 'linkedin_oidc', | ||
strategy: 'oauth_linkedin_oidc', | ||
name: 'LinkedIn', | ||
docsUrl: 'https://clerk.com/docs/authentication/social-connections/linkedin-oidc', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not exist yet, right? Are we adding it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
LinkedIn has changed the OAuth flow by replacing it with OpenID Connect. We have already added support for this in the backend.
Checklist
npm test
runs as expected.npm run build
runs as expected.Type of change
Packages affected
@clerk/clerk-js
@clerk/clerk-react
@clerk/nextjs
@clerk/remix
@clerk/types
@clerk/themes
@clerk/localizations
@clerk/clerk-expo
@clerk/backend
@clerk/clerk-sdk-node
@clerk/shared
@clerk/fastify
@clerk/chrome-extension
gatsby-plugin-clerk
build/tooling/chore