Skip to content

Instantly share code, notes, and snippets.

@MichaelaIvanova
Created October 7, 2016 14:38
Show Gist options
  • Save MichaelaIvanova/22bede316b46c90b3cdf83efab8953aa to your computer and use it in GitHub Desktop.
Save MichaelaIvanova/22bede316b46c90b3cdf83efab8953aa to your computer and use it in GitHub Desktop.
app.UseLinkedInAuthentication(new LinkedInAuthenticationOptions
{
ClientId = ConfigHelper.GetValue("LinkedInClientId"),
ClientSecret = ConfigHelper.GetValue("LinkedInClientSecret"),
CallbackPath = new PathString("/umbraco/surface/UmbracoIdentityAccount/ExternalLoginCallback/")
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment