AspNet.Security.OAuth.LinkedIn 8.0.0

dotnet add package AspNet.Security.OAuth.LinkedIn --version 8.0.0
NuGet\Install-Package AspNet.Security.OAuth.LinkedIn -Version 8.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AspNet.Security.OAuth.LinkedIn" Version="8.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AspNet.Security.OAuth.LinkedIn --version 8.0.0
#r "nuget: AspNet.Security.OAuth.LinkedIn, 8.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AspNet.Security.OAuth.LinkedIn as a Cake Addin
#addin nuget:?package=AspNet.Security.OAuth.LinkedIn&version=8.0.0

// Install AspNet.Security.OAuth.LinkedIn as a Cake Tool
#tool nuget:?package=AspNet.Security.OAuth.LinkedIn&version=8.0.0

AspNet.Security.OAuth.Providers

AspNet.Security.OAuth.Providers is a collection of security middleware that you can use in your ASP.NET Core application to support social authentication providers like GitHub, Foursquare or Dropbox. It is directly inspired by Jerrie Pelser's initiative, Owin.Security.Providers.

The latest official release can be found on NuGet and the nightly builds on MyGet.

Build status

Getting started

Adding social authentication to your application is a breeze and just requires a few lines in your Startup class:

public void ConfigureServices(IServiceCollection services)
{
    services.AddAuthentication(options => { /* Authentication options */ })
            .AddGitHub(options =>
            {
                options.ClientId = "49e302895d8b09ea5656";
                options.ClientSecret = "98f1bf028608901e9df91d64ee61536fe562064b";
            });
}

public void Configure(IApplicationBuilder app)
{
    app.UseAuthentication();
    app.UseAuthorization();
}

See the /samples directory for a complete sample using ASP.NET Core MVC and supporting multiple social providers.

Contributing

AspNet.Security.OAuth.Providers is actively maintained by:

We would love it if you could help contributing to this repository.

Special thanks to our contributors:

Security policy

Please see SECURITY.md for information about reporting security issues and bugs.

Support

Need help or wanna share your thoughts? Don't hesitate to join us on Gitter or ask your question on StackOverflow:

License

This project is licensed under the Apache License. This means that you can use, modify and distribute it freely. See https://www.apache.org/licenses/LICENSE-2.0.html for more details.

Providers

Links to the latest stable and nightly NuGet packages for each provider, as well as a link to their integration documentation are listed in the table below.

Documentation for the providers' settings can be found here.

If a provider you're looking for does not exist, consider making a PR to add one.

Provider Stable Nightly Documentation
AdobeIO NuGet MyGet Documentation
Alipay NuGet MyGet Documentation
Amazon NuGet MyGet Documentation
amoCRM NuGet MyGet Documentation
Apple NuGet MyGet Documentation
ArcGIS NuGet MyGet Documentation
Asana NuGet MyGet Documentation
Autodesk NuGet MyGet Documentation
Baidu NuGet MyGet Documentation
Basecamp NuGet MyGet Documentation
BattleNet NuGet MyGet Documentation
Bitbucket NuGet MyGet Documentation
Buffer NuGet MyGet Documentation
CiscoSpark (Webex Teams) NuGet MyGet Documentation
Coinbase NuGet MyGet Documentation
DeviantArt NuGet MyGet Documentation
Deezer NuGet MyGet Documentation
DigitalOcean NuGet MyGet Documentation
Discord NuGet MyGet Documentation
Dropbox NuGet MyGet Documentation
eBay NuGet MyGet Documentation
EVEOnline NuGet MyGet Documentation
ExactOnline NuGet MyGet Documentation
Feishu NuGet MyGet Documentation
Fitbit NuGet MyGet Documentation
Foursquare NuGet MyGet Documentation
Gitee NuGet MyGet Documentation
GitHub NuGet MyGet Documentation
GitLab NuGet MyGet Documentation
Harvest NuGet MyGet Documentation
HealthGraph (Runkeeper) NuGet MyGet N/A
Huawei NuGet MyGet Documentation
HubSpot NuGet MyGet Documentation
Imgur NuGet MyGet Documentation
Instagram NuGet MyGet Documentation
JumpCloud NuGet MyGet Documentation
KakaoTalk NuGet MyGet Documentation
Keycloak NuGet MyGet Documentation
Kloudless NuGet MyGet Documentation
KOOK NuGet MyGet Documentation
Kroger NuGet MyGet Documentation
Lichess NuGet MyGet Documentation
Line NuGet MyGet Documentation
LinkedIn NuGet MyGet Documentation
MailChimp NuGet MyGet Documentation
MailRu NuGet MyGet Documentation
Mixcloud NuGet MyGet Documentation
Moodle NuGet MyGet Documentation
Myob NuGet MyGet Documentation
Naver NuGet MyGet Documentation
NetEase NuGet MyGet Documentation
Nextcloud NuGet MyGet Documentation User EndPoint Documentation
Notion NuGet MyGet Documentation
Odnoklassniki NuGet MyGet Documentation
Okta NuGet MyGet Documentation
Onshape NuGet MyGet N/A
Patreon NuGet MyGet Documentation
Paypal NuGet MyGet Documentation
PingOne NuGet MyGet Documentation
QQ NuGet MyGet Documentation
QuickBooks NuGet MyGet Documentation
Reddit NuGet MyGet Documentation
Salesforce NuGet MyGet Documentation
ServiceChannel NuGet MyGet Documentation
Shopify NuGet MyGet Documentation
Slack NuGet MyGet Documentation
Smartsheet NuGet MyGet Documentation
Snapchat NuGet MyGet Documentation
SoundCloud NuGet MyGet Documentation
Spotify NuGet MyGet Documentation
Stack Exchange NuGet MyGet Documentation
Strava NuGet MyGet Documentation
Streamlabs NuGet MyGet Documentation
SuperOffice NuGet MyGet Documentation
Trakt NuGet MyGet Documentation
Trovo NuGet MyGet Documentation
Twitch NuGet MyGet Documentation
Twitter NuGet MyGet Documentation
Untappd NuGet MyGet Documentation
Vimeo NuGet MyGet Documentation
Visual Studio (Azure DevOps) NuGet MyGet Documentation
Vkontakte NuGet MyGet Documentation
Weibo NuGet MyGet Documentation
Weixin (WeChat) NuGet MyGet Documentation
WordPress NuGet MyGet Documentation
WorkWeixin (WeCom) NuGet MyGet Documentation
Xero NuGet MyGet Documentation
Xumm NuGet MyGet Documentation
Yahoo NuGet MyGet Documentation
Yammer NuGet MyGet Documentation
Yandex NuGet MyGet Documentation
Zalo NuGet MyGet Documentation
Zendesk NuGet MyGet Documentation
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on AspNet.Security.OAuth.LinkedIn:

Package Downloads
FenixAlliance.ACL.Dependencies

Application Component for the Alliance Business Suite.

BSynchro.MultiTenancy

Package Description

AuthScape.Services

Available soon

libc.web

Web

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0 13,462 11/14/2023
7.0.4 43,405 8/15/2023
7.0.3 7,817 8/7/2023
7.0.2 56,546 4/16/2023
7.0.1 1,014 4/16/2023
7.0.0 52,324 11/7/2022
6.0.15 7,427 4/16/2023
6.0.14 24,833 11/2/2022
6.0.13 1,493 11/1/2022
6.0.12 8,548 10/10/2022
6.0.11 49,336 9/4/2022
6.0.10 2,268 8/31/2022
6.0.9 10,601 8/24/2022
6.0.8 23,488 8/19/2022
6.0.7 4,002 8/16/2022
6.0.6 573,205 4/20/2022
6.0.5 14,734 3/27/2022
6.0.4 23,456 2/10/2022
6.0.3 8,942 1/22/2022
6.0.2 2,385 1/6/2022
6.0.1 79,314 12/11/2021
6.0.0 9,463 11/8/2021
5.0.18 18,865 10/29/2021
5.0.17 2,935 10/26/2021
5.0.16 5,571 10/9/2021
5.0.15 4,500 10/4/2021
5.0.14 1,769 9/25/2021
5.0.13 1,338 9/24/2021
5.0.12 15,732 9/11/2021
5.0.11 11,515 8/24/2021
5.0.10 2,594 8/13/2021
5.0.9 5,632 7/28/2021
5.0.8 6,762 7/4/2021
5.0.7 5,827 6/20/2021
5.0.6 3,223 6/4/2021
5.0.5 1,482 6/3/2021
5.0.4 19,935 4/7/2021
5.0.3 3,644 3/26/2021
5.0.2 6,775 3/13/2021
5.0.1 10,937 2/1/2021
5.0.0 8,531 11/10/2020
3.1.8 2,875 8/31/2022
3.1.7 72,104 2/1/2021
3.1.6 13,174 10/26/2020
3.1.5 5,710 10/20/2020
3.1.4 4,316 10/6/2020
3.1.3 46,160 7/16/2020
3.1.2 4,170 7/8/2020
3.1.1 78,100 5/8/2020
3.1.0 5,856 4/20/2020
3.0.0 46,166 10/14/2019
2.2.2 7,685 5/8/2020
2.2.1 2,170 4/20/2020
2.2.0 7,277 10/14/2019
2.1.0 38,649 6/6/2019
2.0.1 14,674 1/21/2019
2.0.0 59,546 6/18/2018
2.0.0-rc2-final 29,862 12/18/2017
1.0.1 1,894 1/21/2019
1.0.0 2,018 6/18/2018
1.0.0-rc2-final 1,871 12/18/2017
1.0.0-rc1-final 4,346 5/8/2017
1.0.0-beta3-final 10,641 3/13/2017
1.0.0-beta2-final 4,984 11/30/2016
1.0.0-beta1-final 4,835 7/1/2016
1.0.0-alpha4-final 2,230 5/18/2016
1.0.0-alpha3 2,325 11/20/2015
1.0.0-alpha2 2,039 10/16/2015
1.0.0-alpha1 1,830 9/3/2015