![]() |
VOOZH | about |
dotnet add package AspNet.Security.OpenId.Steam --version 10.0.0
NuGet\Install-Package AspNet.Security.OpenId.Steam -Version 10.0.0
<PackageReference Include="AspNet.Security.OpenId.Steam" Version="10.0.0" />
<PackageVersion Include="AspNet.Security.OpenId.Steam" Version="10.0.0" />Directory.Packages.props
<PackageReference Include="AspNet.Security.OpenId.Steam" />Project file
paket add AspNet.Security.OpenId.Steam --version 10.0.0
#r "nuget: AspNet.Security.OpenId.Steam, 10.0.0"
#:package AspNet.Security.OpenId.Steam@10.0.0
#addin nuget:?package=AspNet.Security.OpenId.Steam&version=10.0.0Install as a Cake Addin
#tool nuget:?package=AspNet.Security.OpenId.Steam&version=10.0.0Install as a Cake Tool
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.
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.
AspNet.Security.OpenId.Providers is actively maintained by:
We would love it if you could help contributing to this repository.
Please see for information about reporting security issues and bugs.
Need help or wanna share your thoughts? Don't hesitate to join us on Gitter or ask your question on StackOverflow:
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.
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 | 👁 NuGet |
👁 MyGet |
N/A |
| Steam | 👁 NuGet |
👁 MyGet |
Documentation |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 2 NuGet packages that depend on AspNet.Security.OpenId.Steam:
| Package | Downloads |
|---|---|
|
Zen.Provider.Steam
Package Description |
|
|
CS2Launcher.AspNetCore.Launcher
A .NET Generic Host Builder for running CS2 Dedicated Servers. |
Showing the top 2 popular GitHub repositories that depend on AspNet.Security.OpenId.Steam:
| Repository | Stars |
|---|---|
|
CnGal/CnGalWebSite
CnGal是一个非营利性的,立志于收集整理国内制作组创作的中文Galgame/AVG的介绍、攻略、评测、感想等内容的资料性质的网站。
|
|
|
jetelain/ArmaRealMap
Tools to generate realistic Arma3 terrain from OpenStreetMap data in an highly automated process.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0 | 14,704 | 11/11/2025 |
| 9.0.0 | 25,493 | 11/12/2024 |
| 8.0.0 | 50,456 | 11/14/2023 |
| 7.0.0 | 30,514 | 11/7/2022 |
| 6.0.0 | 42,875 | 11/8/2021 |
| 5.0.0 | 21,318 | 11/10/2020 |
| 3.1.0 | 36,278 | 4/20/2020 |
| 3.0.0 | 7,839 | 10/14/2019 |
| 2.1.0 | 17,490 | 6/6/2019 |
| 2.0.0 | 18,302 | 6/18/2018 |
| 2.0.0-rc2-final | 3,565 | 12/18/2017 |
| 1.0.0 | 1,574 | 6/18/2018 |
| 1.0.0-rc2-final | 1,222 | 12/18/2017 |
| 1.0.0-rc1-final | 1,979 | 5/8/2017 |
| 1.0.0-beta3-final | 1,551 | 3/13/2017 |
| 1.0.0-beta2-final | 1,486 | 11/30/2016 |
| 1.0.0-beta1-final | 1,615 | 7/1/2016 |
| 1.0.0-alpha4-final | 1,319 | 5/18/2016 |
| 1.0.0-alpha3 | 1,519 | 11/20/2015 |
| 1.0.0-alpha2 | 1,373 | 10/16/2015 |