Connect Apps to LinkedIn
Prerequisite
Create an app in the Linkedin Developers Portal.
In the "Products" section, choose "Sign In with LinkedIn"
In the details page of the created app, click the "Auth" tab
Take notes of "Client ID" and "Client Secret", add
https://<YOUR_AUTHGEAR_ENDPOINT>/sso/oauth2/callback/linkedin
to "Redirect URLs" in "OAuth 2.0 settings" section
Redirect URI has the form of /sso/oauth2/callback/:alias
. The alias
is used as the identifier of OAuth provider. You can configure the alias
in Authgear Portal
Configure Sign in with LinkedIn through the portal
In Authgear portal, go to the "Single-Sign On" page, then do the following:
Enable "Sign in with LinkedIn"
Fill in "Client ID" and "Client Secret" obtained above
Save the settings
🎉 Done! You have just added Linkedin Login to your apps!
Last updated
Was this helpful?