aspnet-contrib - AspNet.Security.OpenId.Steam 9.0.0-preview.3.24211.70

ASP.NET Core authentication middleware for Steam.

PM> Install-Package AspNet.Security.OpenId.Steam -Version 9.0.0-preview.3.24211.70 -Source https://www.myget.org/F/aspnet-contrib/api/v3/index.json

Copy to clipboard

> nuget.exe install AspNet.Security.OpenId.Steam -Version 9.0.0-preview.3.24211.70 -Source https://www.myget.org/F/aspnet-contrib/api/v3/index.json

Copy to clipboard

> dotnet add package AspNet.Security.OpenId.Steam --version 9.0.0-preview.3.24211.70 --source https://www.myget.org/F/aspnet-contrib/api/v3/index.json

Copy to clipboard
<PackageReference Include="AspNet.Security.OpenId.Steam" Version="9.0.0-preview.3.24211.70" />
Copy to clipboard
source https://www.myget.org/F/aspnet-contrib/api/v3/index.json

nuget AspNet.Security.OpenId.Steam  ~> 9.0.0-preview.3.24211.70
Copy to clipboard

> choco install AspNet.Security.OpenId.Steam --version 9.0.0-preview.3.24211.70 --source https://www.myget.org/F/aspnet-contrib/api/v2

Copy to clipboard
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 "9.0.0-preview.3.24211.70" -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.

Build status

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:

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 NuGet MyGet N/A
Steam NuGet MyGet Documentation
  • .NETFramework 9.0
    • AspNet.Security.OpenId (>= 9.0.0-preview.3.24211.70)
  • .NETFramework 9.0: 9.0.0.0

Owners

Kévin Chalet aspnet-contrib

Authors

Kévin Chalet

Project URL

https://github.com/aspnet-contrib/AspNet.Security.OpenId.Providers

License

Apache-2.0

Tags

aspnetcore authentication openid security steam

Info

0 total downloads
0 downloads for version 9.0.0-preview.3.24211.70
Download (16.87 KB)
Download symbols (15.61 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
9.0.0-preview.3.24211.70 16.87 KB Thu, 11 Apr 2024 17:23:28 GMT 0
9.0.0-preview.2.24211.54 16.88 KB Thu, 11 Apr 2024 13:23:48 GMT 0
9.0.0-preview.2.24162.90 16.87 KB Tue, 12 Mar 2024 22:23:24 GMT 0
9.0.0-preview.1.24157.54 16.88 KB Thu, 07 Mar 2024 13:30:54 GMT 0
9.0.0-preview.1.24129.75 16.88 KB Thu, 29 Feb 2024 18:44:56 GMT 0
9.0.0-preview.1.24129.58 16.89 KB Thu, 29 Feb 2024 14:25:54 GMT 0
8.0.1-preview.24225.67 16.87 KB Thu, 25 Apr 2024 16:42:16 GMT 0
8.0.1-preview.24225.33 16.87 KB Thu, 25 Apr 2024 08:06:24 GMT 0
8.0.1-preview.24223.28 16.86 KB Tue, 23 Apr 2024 06:50:00 GMT 0
8.0.1-preview.24222.25 16.88 KB Mon, 22 Apr 2024 06:14:46 GMT 0
8.0.0 16.81 KB Tue, 14 Nov 2023 15:53:19 GMT 0
7.0.0 15.33 KB Mon, 07 Nov 2022 19:40:51 GMT 0
6.0.0 15.26 KB Mon, 08 Nov 2021 08:46:51 GMT 0
5.0.0 14.44 KB Tue, 10 Nov 2020 16:12:12 GMT 0
3.1.0 22.45 KB Mon, 20 Apr 2020 17:26:59 GMT 0
3.0.50466 20.1 KB Fri, 04 Oct 2019 16:19:38 GMT 0
3.0.50465 20.1 KB Fri, 04 Oct 2019 16:12:21 GMT 0
3.0.0 21.04 KB Mon, 14 Oct 2019 12:55:31 GMT 0
2.1.0 12.94 KB Thu, 06 Jun 2019 17:48:59 GMT 0
2.0.0 10.43 KB Mon, 18 Jun 2018 21:05:16 GMT 0
1.0.0 18.67 KB Mon, 18 Jun 2018 21:03:18 GMT 0