View Source Assent.Strategy.Linkedin (Assent v0.2.10)

Sign In with LinkedIn V2 OpenID Connect Strategy.

You'll need the Sign In with LinkedIn v2 product enabled in your app. See the LinkedIn integration guide for more.

Usage

config = [
  client_id: "REPLACE_WITH_CLIENT_ID",
  client_secret: "REPLACE_WITH_CLIENT_SECRET",
  redirect_uri: "http://localhost:4000/auth/callback"
]

See Assent.Strategy.OIDC for more.