Skip to content
Ashish.
All tags

Tag

Access Control

Read 15 articles on Access Control by Ashish Srivastava — practical guides covering implementation patterns, security, and production lessons.

15 posts

9 min readtechnicalFeatured

RBAC vs ABAC: Static Roles vs. Dynamic Attributes

Compare Role-Based Access Control and Attribute-Based Access Control models to determine the best authorization strategy for your infrastructure using OPA and XACML.

8 min readBackendFeatured

Securing REST APIs with OAuth 2.0 Resource Server

Implement secure access for your Spring Boot applications by configuring an OAuth 2.0 Resource Server to validate JWT tokens and enforce scope-based access control.