All topics

APIs

41 articles tagged APIs.

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

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