Connect Apps to LinkedIn
Prerequisite
Create an app here
In the "Products" section, choose "Sign In with LinkedIn"
In the details page of the created app, click "Auth" tab
Take notes of "Client ID" and "Client Secret", add
{Authgear domain}/sso/oauth2/callback/{alias}
to "Redirect URLs" in "OAuth 2.0 settings" section (alias
can be configured in Authgear portal)
Configure Sign in with LinkedIn through the portal
In Authgear portal, go to "Single-Sign On" page, then do the following:
Enable "Sign in with LinkedIn"
Fill in "Alias" with alias used in redirect URI
Fill in "Client ID" and "Client Secret"
Scroll down and click save
Notes
"alias" is used as the identifier of OAuth provider
Redirect URI has the form "/sso/oauth2/callback/:alias"
Last updated
Was this helpful?