Skip to main content

Posts Tagged ‘Identity and Access Management (IAM)’

Zero Trust

Zero Trust & Infosec Mesh: Org’s Survival Guide

Zero Trust & Cybersecurity Mesh: The New Security Paradigm Traditional cybersecurity methods have fallen apart under their own presumptions in a world where employees access systems from kitchen counters, cafés, and even virtual reality headsets, and data is no longer housed behind a single firewall. It’s not only that the castle-and-moat model(a classic method in […]

Openid Connect

Understanding and Implementing OAuth2 and OpenID Connect in .NET

Authentication and authorization are two crucial aspects of web development. In modern applications, it’s essential to ensure that users are who they say they are (authentication) and have permission to access specific resources (authorization). OAuth2 and OpenID Connect are two widely used protocols that help achieve both goals. What is OAuth2? OAuth2 (Open Authorization 2.0) […]