Explore >> Select a destination


You are here

miparnisariblog.wordpress.com
| | damienbod.com
3.6 parsecs away

Travel
| | This article looks at implementing an ASP.NET Core application hosting an Angular nx application which authenticates using Microsoft Entra External ID for customers (CIAM). The ASP.NET Core authentication is implemented using the Microsoft.Identity.Web Nuget package. The client implements the OpenID Connect code flow with PKCE and is a confidential client. Code: https://github.com/damienbod/bff-MicrosoftEntraExternalID-aspnetcore-angular Microsoft Entra External...
| | www.rasikjain.com
3.8 parsecs away

Travel
| | Here are three scenarios for implementing authentication workflows. Internet Applications (Public facing) For internet web applications and APIs, Session based (SessionID cookie) and Token Based (JWT) Authentication can be implemented. Session Based: Implemented for a majority of traditional and stateful web applications. Once the user is authenticated, A Session state is created and stored in an external State server or SQL database. The Session state is identified by a unique SessionID....
| | marcolabarile.me
2.5 parsecs away

Travel
| | A brief introduction to OAuth 2.0 and OpenID Connect that allows you to quickly choose the best flow for your application.
| | blog.scottlogic.com
22.2 parsecs away

Travel
| JSON Web Tokens are a secure way of transmitting information between two parties. This article explores what they are, how they are made, the kinds of JWTs that are commonly used and their key benefits.