All topics

Authorization

26 articles tagged Authorization.

Understanding Unauthenticated Traffic: How Applications and APIs Represent The Unauthenticated User

  • Application Security
  • Authentication
  • Authorization

Authentication is one of the most fundamental concepts in application security. Most developers spend considerable time designing how authenticated users are represented, authorized, and managed. Surprisingly, much less attention is given to the opposite state of users who have not authenticated at…

Read article: Understanding Unauthenticated Traffic: How Applications and APIs Represent The Unauthenticated User

Data Loss Prevention (DLP): Keeping Your Organization’s Secrets from Walking Out the Door

  • Authorization
  • Data Security
  • Data Loss Prevention

For decades, organizations have focused on keeping attackers out. Firewalls, antivirus software, intrusion detection systems, IAM solutions, and the like all serve a common purpose to prevent unauthorized access. However, many security incidents do not begin with an external attacker breaking in.…

Read article: Data Loss Prevention (DLP): Keeping Your Organization’s Secrets from Walking Out the Door

Application Front-Ends Must Not Make Authorization Decisions

  • API Gateways
  • Application Security
  • Authorization

First, let’s get the usual introductions out of the way. For an in-depth discussion of what Authorization is, check out this post. For a complete introduction to Authorization concepts see my Authorization Series. This post continues my long-running Authorization Series. In this post, we’re going…

Read article: Application Front-Ends Must Not Make Authorization Decisions

Making Authorization Decisions

  • API Gateways
  • Authorization
  • APIs

This blog post continues our discussion of Authorization in the API space. It will explore common authorization patterns with API Gateways and the backend API Providers. Generally, the API Gateway will apply a Coarse Grained Authorization (CGA) decision and the API Provider will implement Fine…

Read article: Making Authorization Decisions