|
You are here |
svrooij.io | ||
| | | | |
4bes.nl
|
|
| | | | | I show you how you can create a secure GitHub webhook to trigger an Azure PowerShell Function. by using a secret and key vault | |
| | | | |
www.itwriting.com
|
|
| | | | | [AI summary] A developer shares a detailed technical walkthrough of migrating an older ASP.NET application to ASP.NET Core with Entra ID authentication, highlighting the complexities of configuring group-based access control and overcoming deprecated libraries. | |
| | | | |
damienbod.com
|
|
| | | | | This article shows how to implement a secure web application using Angular and ASP.NET Core. The web application implements the backend for frontend security architecture (BFF) and deploys both technical stack distributions as one web application. HTTP only secure cookies are used to persist the session. Microsoft Entra ID is used as the identity provider... | |
| | | | |
www.rasikjain.com
|
|
| | | 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.... | ||