Tag: zero-trust
-
ASP.NET Core Policy Authorization vs. ASPSecurityKit Activity-Data Authorization (ADA)
By Varun Om | March 20, 2021
This guide provides you a comprehensive comparison of ASP.NET authorization options with ASPSecurityKit’s activity-data authorization (ADA) using a real-world digital banking system as an example – including declarative role-based authorization …
-
Designing Activity-Based, Data-Aware Authorization (ADA)
By Varun Om | October 1, 2020
In this guide you’ll learn about activity-based, data-aware authorization (ADA) – what is it, its advantages, the process to follow for activity and data authorization checks, challenges and recommended solutions for ADA designed for the real-world …
-
Protecting Your Users Against Cross-Site Scripting (XSS) Attacks
By Varun Om | September 15, 2020
In this guide you’ll learn about cross-site scripting (XSS) attack – what is it, different types of XSS and how to sanitize data across various subsystems of your web platform (emails, APIs, back-end/front-end) to protect your users against XSS, in …