aspnet-contrib - AspNet.Security.OpenId.Steam 10.0.1-preview.25603.33
ASP.NET Core authentication middleware for Steam.
PM> Install-Package AspNet.Security.OpenId.Steam -Version 10.0.1-preview.25603.33 -Source https://www.myget.org/F/aspnet-contrib/api/v3/index.json
> nuget.exe install AspNet.Security.OpenId.Steam -Version 10.0.1-preview.25603.33 -Source https://www.myget.org/F/aspnet-contrib/api/v3/index.json
> dotnet add package AspNet.Security.OpenId.Steam --version 10.0.1-preview.25603.33 --source https://www.myget.org/F/aspnet-contrib/api/v3/index.json
<PackageReference Include="AspNet.Security.OpenId.Steam" Version="10.0.1-preview.25603.33" />
Copy to clipboard
source https://www.myget.org/F/aspnet-contrib/api/v3/index.json
nuget AspNet.Security.OpenId.Steam ~> 10.0.1-preview.25603.33
Copy to clipboard
> choco install AspNet.Security.OpenId.Steam --version 10.0.1-preview.25603.33 --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.Steam" -RequiredVersion "10.0.1-preview.25603.33" -Repository "aspnet-contrib" -AllowPreRelease
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 10.0
- AngleSharp (>= 1.3.0)
- AspNet.Security.OpenId (>= 10.0.1-preview.25603.33)
- Microsoft.IdentityModel.Protocols (>= 8.14.0)
- .NETFramework 10.0: 10.0.0.0
OwnersKévin Chalet aspnet-contrib |
AuthorsKévin Chalet |
Project URLhttps://github.com/aspnet-contrib/AspNet.Security.OpenId.Providers |
LicenseUnknown |
Tagsaspnetcore authentication openid security steam |
Info0 total downloads |
| 0 downloads for version 10.0.1-preview.25603.33 |
| Download (17 KB) |
| Download symbols (15.86 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
10.0.1-preview.25603.33 | 17 KB | Wed, 03 Dec 2025 08:04:37 GMT | 0 |
|
||
|
|
10.0.1-preview.25602.31 | 17 KB | Tue, 02 Dec 2025 07:32:35 GMT | 0 |
|
||
|
|
10.0.1-preview.25575.30 | 17 KB | Tue, 25 Nov 2025 07:23:11 GMT | 0 |
|
||
|
|
10.0.1-preview.25574.30 | 17 KB | Mon, 24 Nov 2025 07:20:12 GMT | 0 |
|
||
|
|
10.0.1-preview.25571.30 | 17 KB | Fri, 21 Nov 2025 07:18:10 GMT | 0 |
|
||
|
|
10.0.1-preview.25569.27 | 17 KB | Wed, 19 Nov 2025 06:35:13 GMT | 0 |
|
||
|
|
10.0.1-preview.25568.29 | 17 KB | Tue, 18 Nov 2025 07:08:38 GMT | 0 |
|
||
|
|
10.0.1-preview.25564.32 | 17 KB | Fri, 14 Nov 2025 07:53:43 GMT | 0 |
|
||
|
|
10.0.1-preview.25561.55 | 17 KB | Tue, 11 Nov 2025 13:40:05 GMT | 0 |
|
||
|
|
10.0.0 | 16.93 KB | Tue, 11 Nov 2025 13:26:44 GMT | 0 |
|
||
|
|
10.0.0-rc.2.25557.55 | 16.98 KB | Fri, 07 Nov 2025 13:44:11 GMT | 0 |
|