• Blog
  • Search results shown for:

"abac"

6 of 6 results

developers

Jun 20, 2025 • 5 min read

B2B SaaS Identity Challenges: Granular Access Control

Let's continue to delve into the issues of Identity support in implementing Business-to-Business (B2B) Software-as-a-Service (SaaS) applications by exploring access control.

Andrea Chiarelli

developers

Oct 29, 2024 • 8 min read

How to Choose the Right Authorization Model for Your Multi-Tenant SaaS Application

Explore how tools like Auth0 Organizations, OPA, and Okta FGA can streamline your authorization strategy for secure, scalable SaaS development.

Juan Cruz Martinez

developers

Aug 9, 2024 • 14 min read

How to Implement Attribute-Based Access Control (ABAC) in a Ruby On Rails API?

There are different ways to implement an authorization system and the one you choose depends on your application's needs. Attribute-Based Access Control (ABAC) is just one of them, so let's go ahead and learn how to implement it in a Rails API.

Carla Urrea Stabile

developers

Jul 4, 2024 • 11 min read

An Overview of Commonly Used Access Control Paradigms

When you are working on a complex web application, at some point, you’ll want to restrict or grant access. In this post we'll explore some of the most commonly used access control paradigms.

Sam Bellen

identity & security

May 29, 2023 • 13 min read

What's the Right Authorization Model for My Application?

Learn which is the right authorization model for your application based on your use case.

Carla Urrea Stabile

developers

Oct 29, 2020 • 27 min read

Dynamic Authorization with GraphQL and Rules

Build a Flask and GraphQL quidditch management system that uses Auth0 rules to implement ABAC and GBAC.

Holly Guevara