An open API service indexing awesome lists of open source software.

https://github.com/richard-gyiko/aspdotnetcore-multi-auth-scheme

A sample ASP.NET Core project demonstrates parallel usage of multiple authentication scheme at the same resource server
https://github.com/richard-gyiko/aspdotnetcore-multi-auth-scheme

asp-net-core authentication authentication-scheme authorization

Last synced: about 1 year ago
JSON representation

A sample ASP.NET Core project demonstrates parallel usage of multiple authentication scheme at the same resource server

Awesome Lists containing this project

README

          

# ASP .NET Core multiple authentication schemes sample
A sample project demonstrates parallel usage of multiple authentication schemes at the same resource server.

Huge thanks to Sean Grimes, the sample solution is based on his [post](https://seangrimes.dev/post/multiple_auth_handlers_in_aspnetcore/)