Documentation home page
Search...
⌘K
Ask AI
Support
Dashboard
Dashboard
Search...
Navigation
Social Sign In
Sign In with LinkedIn
Documentation
Reference
Guides
Documentation
Documentation
Community
Blog
Quickstarts
React
Next.js
Vue
Tutorials
React
Next.js
Vue
Database
Configuring Postgres
List of Available Extensions
Performance
AI
Enabling Service
Local Development
Auto-Embeddings
Assistants
Developer Assistant
Authentication
Overview
Users
Social Sign In
Sign In with Apple
Sign In with Discord
Sign In with Facebook
Sign In with GitHub
Sign In with Google
Sign In with LinkedIn
Sign In with Spotify
Sign In with Twitch
Sign In with WorkOS
Social Provider Connect
Email and Password
Magic Links
SMS OTP
WebAuthn and Security Keys
Elevated Permissions
Email Templates
API / Hasura
Configuring Hasura
Permissions
Storage
Overview
CDN
Antivirus
Functions
Overview
Run
Getting Started
Configuration
Networking
Healthchecks
Resources
Registry
Local development
Configuration Overlays
CLI & CI Deployments
CLI
Local Development
Migrate to Nhost Config
Running Multiple Projects
Configuration Overlays
Seeds
On this page
Create LinkedIn Account
Create a LinkedIn OAuth App
LinkedIn OAuth App Information
Enable Sign In with LinkedIn using OpenID Connect
Configure Nhost
Enable Auth for your LinkedIn OAuth App
Sign In Users
Social Sign In
Sign In with LinkedIn
Follow this guide to sign in users with LinkedIn.
Create LinkedIn Account
Create a
LinkedIn account
if you don’t have one already.
Create a LinkedIn OAuth App
Go to the
LinkedIn Developer Dashboard
.
Click on Create App in the top right.
Fill in
App Name
,
LinkedIn Page
and
App Logo
.
Click
“I have read and agree to these terms”
.
Click
Create app
in the bottom right.
LinkedIn OAuth App Information
Click on
Auth
in the top menu.
Click on the
pen icon
under
OAuth 2.0 settings
and right next to
Authorized redirect URLs for your app
.
Click
Add redirect URL
.
Copy and paste the
OAuth Callback URL
from Nhost.
Click
Update
.
Enable Sign In with LinkedIn using OpenID Connect
Click on
Products
in the top menu.
Scroll down and look for
Sign In with LinkedIn using OpenID Connect
.
Click
Request Access
.
Click the checkbox
I have read and agree to these terms
.
Click
Request Access
.
Configure Nhost
Copy and paste the
Client ID
and
Client Secret
from LinkedIn to your Nhost OAuth settings for LinkedIn.
Click the checkbox “
I have pasted the redirect URI into LinkedIn”
.
Click
Confirm settings
.
Enable Auth for your LinkedIn OAuth App
Click on
Products
in the top menu.
Click Select on the
Sign In with LinkedIn
.
Check the checkbox
I have read and agree to these terms
.
Click
Add product
.
Sign In Users
Use the
Nhost JavaScript client
to sign in users:
Copy
Ask AI
nhost
.
auth
.
signIn
({
provider:
'linkedin'
})
Sign In with Google
Sign In with Spotify
Assistant
Responses are generated using AI and may contain mistakes.