aspnet-contrib - AspNet.Security.OpenId 9.0.0
ASP.NET Core authentication middleware for OpenID 2.0 providers.
PM> Install-Package AspNet.Security.OpenId -Version 9.0.0 -Source https://www.myget.org/F/aspnet-contrib/api/v3/index.json
> nuget.exe install AspNet.Security.OpenId -Version 9.0.0 -Source https://www.myget.org/F/aspnet-contrib/api/v3/index.json
> dotnet add package AspNet.Security.OpenId --version 9.0.0 --source https://www.myget.org/F/aspnet-contrib/api/v3/index.json
source https://www.myget.org/F/aspnet-contrib/api/v3/index.json
nuget AspNet.Security.OpenId ~> 9.0.0
Copy to clipboard
> choco install AspNet.Security.OpenId --version 9.0.0 --source https://www.myget.org/F/aspnet-contrib/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "aspnet-contrib" -SourceLocation "https://www.myget.org/F/aspnet-contrib/api/v2"
Install-Module -Name "AspNet.Security.OpenId" -RequiredVersion "9.0.0" -Repository "aspnet-contrib"
Copy to clipboard
Browse the sources in this package using Visual Studio or WinDbg by configuring the following symbol server URL: https://www.myget.org/F/aspnet-contrib/api/v2/symbolpackage/
AspNet.Security.OpenId.Providers
AspNet.Security.OpenId.Providers is a collection of security middleware that you can use in your ASP.NET Core application to support OpenID 2.0 authentication providers like Steam or Wargaming. 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.
Getting started
Adding external 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 */ })
.AddSteam()
.AddOpenId("StackExchange", "StackExchange", options =>
{
options.Authority = new Uri("https://openid.stackexchange.com/");
options.CallbackPath = "/signin-stackexchange";
});
}
public void Configure(IApplicationBuilder app)
{
app.UseAuthentication();
}
See the /samples directory for a complete sample using ASP.NET Core MVC and supporting multiple external providers.
Contributing
AspNet.Security.OpenId.Providers is actively maintained by:
We would love it if you could help contributing to this repository.
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:
- Gitter: https://gitter.im/aspnet-contrib/AspNet.Security.OpenId.Providers
- StackOverflow: https://stackoverflow.com/questions/tagged/aspnet-contrib
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.
If a provider you're looking for does not exist, consider making a PR to add one.
Provider | Stable | Nightly | Documentation |
---|---|---|---|
OpenId | N/A | ||
Steam | Documentation |
- .NETFramework 9.0: 9.0.0.0
OwnersKévin Chalet aspnet-contrib |
AuthorsKévin Chalet |
Project URLhttps://github.com/aspnet-contrib/AspNet.Security.OpenId.Providers |
LicenseApache-2.0 |
Tagsaspnetcore authentication openid security |
Info0 total downloads |
0 downloads for version 9.0.0 |
Download (32.68 KB) |
Download symbols (19.09 KB) |
Found on the current feed only |
Package history
Version | Size | Last updated | Downloads | Mirrored? | |||
---|---|---|---|---|---|---|---|
9.0.0 | 32.68 KB | Tue, 12 Nov 2024 20:14:23 GMT | 0 | ||||
9.0.0-rc.2.24554.41 | 32.75 KB | Mon, 04 Nov 2024 10:08:34 GMT | 0 | ||||
9.0.0-rc.2.24515.38 | 32.75 KB | Tue, 15 Oct 2024 09:24:25 GMT | 0 | ||||
9.0.0-rc.2.24509.43 | 32.75 KB | Wed, 09 Oct 2024 10:40:11 GMT | 0 | ||||
9.0.0-rc.2.24508.67 | 32.75 KB | Tue, 08 Oct 2024 16:46:32 GMT | 0 | ||||
9.0.0-rc.1.24460.76 | 32.76 KB | Tue, 10 Sep 2024 18:59:34 GMT | 0 | ||||
9.0.0-preview.24562.79 | 32.76 KB | Tue, 12 Nov 2024 19:36:30 GMT | 0 | ||||
9.0.0-preview.24562.78 | 32.77 KB | Tue, 12 Nov 2024 19:24:35 GMT | 0 | ||||
9.0.0-preview.7.24459.55 | 32.76 KB | Mon, 09 Sep 2024 13:44:17 GMT | 0 | ||||
9.0.0-preview.7.24459.52 | 32.76 KB | Mon, 09 Sep 2024 13:01:18 GMT | 0 | ||||
9.0.0-preview.7.24413.60 | 32.74 KB | Tue, 13 Aug 2024 14:54:06 GMT | 0 | ||||
8.0.0 | 32.45 KB | Tue, 14 Nov 2023 15:53:18 GMT | 0 | ||||
7.0.0 | 30.84 KB | Mon, 07 Nov 2022 19:40:50 GMT | 0 | ||||
6.0.0 | 30.78 KB | Mon, 08 Nov 2021 08:46:51 GMT | 0 | ||||
5.0.0 | 29.81 KB | Tue, 10 Nov 2020 16:12:11 GMT | 0 | ||||
3.1.0 | 53.98 KB | Mon, 20 Apr 2020 17:26:57 GMT | 0 | ||||
3.0.50466 | 50.5 KB | Fri, 04 Oct 2019 16:19:34 GMT | 0 | ||||
3.0.50465 | 50.51 KB | Fri, 04 Oct 2019 16:12:19 GMT | 0 | ||||
3.0.0 | 51.36 KB | Mon, 14 Oct 2019 12:55:29 GMT | 0 | ||||
2.1.0 | 30.58 KB | Thu, 06 Jun 2019 17:48:57 GMT | 0 | ||||
2.0.0 | 25.64 KB | Mon, 18 Jun 2018 21:05:13 GMT | 0 | ||||
1.0.0 | 48.48 KB | Mon, 18 Jun 2018 21:03:16 GMT | 0 |