Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damienbod/mulitipleclientclaimsmapping
Authentication with multiple identity providers in ASP.NET Core
https://github.com/damienbod/mulitipleclientclaimsmapping
aspnetcore dotnet iam identity oauth oidc
Last synced: 2 months ago
JSON representation
Authentication with multiple identity providers in ASP.NET Core
- Host: GitHub
- URL: https://github.com/damienbod/mulitipleclientclaimsmapping
- Owner: damienbod
- License: apache-2.0
- Created: 2023-11-07T10:15:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-06T21:02:51.000Z (3 months ago)
- Last Synced: 2024-11-01T13:42:09.614Z (3 months ago)
- Topics: aspnetcore, dotnet, iam, identity, oauth, oidc
- Language: C#
- Homepage: https://damienbod.com/2023/11/13/authentication-with-multiple-identity-providers-in-asp-net-core/
- Size: 2.7 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multiple add-Migration "init_identity_new" identity provider OpenID Connect clients
[![.NET](https://github.com/damienbod/MulitipleClientClaimsMapping/actions/workflows/dotnet.yml/badge.svg)](https://github.com/damienbod/MulitipleClientClaimsMapping/actions/workflows/dotnet.yml)
[Authentication with multiple identity providers in ASP.NET Core](https://damienbod.com/2023/11/13/authentication-with-multiple-identity-providers-in-asp-net-core/)
![Setup](https://github.com/damienbod/MulitipleClientClaimsMapping/blob/main/images/schemes__idp_01.png)
## History
- 2024-10-06 Updated packages
- 2024-06-22 Updated packages
- 2024-04-04 Updated packages
- 2023-11-16 Updated .NET 8## Links
https://learn.microsoft.com/en-us/aspnet/core/security
https://learn.microsoft.com/en-us/aspnet/core/security/authorization/limitingidentitybyscheme
https://github.com/damienbod/aspnetcore-standup-authn-authz
https://github.com/damienbod/aspnetcore-standup-securing-apis
https://learn.microsoft.com/en-us/aspnet/core/security/authentication/claims
https://damienbod.com/2019/11/01/user-claims-in-asp-net-core-using-openid-connect-authentication/