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
- Host: GitHub
- URL: https://github.com/richard-gyiko/aspdotnetcore-multi-auth-scheme
- Owner: richard-gyiko
- License: mit
- Created: 2021-11-17T11:48:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-17T12:02:05.000Z (over 4 years ago)
- Last Synced: 2024-11-04T21:38:43.362Z (over 1 year ago)
- Topics: asp-net-core, authentication, authentication-scheme, authorization
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)