Explore >> Select a destination


You are here

michaelscodingspot.com
| | dylanbeattie.net
6.0 parsecs away

Travel
| | 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
6.9 parsecs away

Travel
| | 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
6.9 parsecs away

Travel
| | To improve the security of our Single Page Applications, let's ditch the access tokens in the browser and make the Backend for Frontend (BFF) responsible for the authentication process using the Authorization Code flow with PKCE. To achieve this, we'll use the Duende.BFF NuGet package and let it communicate with Auth0.
| | 4bes.nl
70.4 parsecs away

Travel
| Update: I have taken this script and created a module out of this! Check it out here I was looking for a way to test...