Apply Fine-Grained Access Control and Routing with API Connectivity Manager
Apply Fine-Grained Access Control and Routing with API Connectivity Manager An important part of managing APIs across their lifecycle is fine‑grained control over API access and traffic routing. Access tokens have emerged as the de facto standard for managing access to APIs. One of the advantages of authentication schemes based on JSON Web Tokens (JWTs) is being able to leverage the claims in the JWT to implement that fine level of access control. Permissions can be encoded as custom claims, which API owners can use to control access to their APIs. Once the API proxy has validated the JWT, it has access to all the fields in the token as variables and can base access decisions on them. In a previous post, we discussed how API Connectivity Manager can help operators and developers work better together. The teams from different [ more… ]