You are here |
damienbod.com | ||
| | | |
dylanbeattie.net
|
|
| | | | Using ASP.NET Core and Azure OpenID Connect to restrict access to admin features based on an authenticated user's email domain. | |
| | | |
csharp.christiannagel.com
|
|
| | | | Authentication and authorization is a built-in feature of ASP.NET Core. Creating an application, you can select to authenticate with the Azure Active Directory or the Azure Active Directory B2C, or store user information in a local database with the Web application. This article gives you the information to use local accounts, create roles programmatically from... | |
| | | |
timdeschryver.dev
|
|
| | | | Let's take a look at how shifting the auth responsibility from a front-end application to a Backend For Frontend (BFF) affects our Angular applications. | |
| | | |
conradakunga.com
|
|
| | This is Part 9 of a series on dependency injection. |