Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/