What is PKCE?

PKCE, which stands for “Proof of Key Code Exchange” and is pronounced “pixy,” is an extension of the OAuth 2.0 protocol that…

What is OpenID Connect?

OpenID Connect (OIDC) is an authentication protocol that adds an identity layer on top of OAuth 2.0. It helps securely authenticate users…

Testing APIs in Postman using advanced OAuth flows

This is a guest post written by Jonas Inggbom, director of sales engineering at Curity. These days, it’s not uncommon for testers…

What is OAuth 2.0?

OAuth 2.0 is an authorization framework that enables users to safely share their data between different applications. It is an industry standard…

Announcing easier API authentication in Postman

More than 25 million people around the world now use Postman Collections to learn about new public APIs and get to their first…

How to access Google APIs using OAuth 2.0 in Postman

Authorization is a fundamental part of working with an API. There are many standards that define how it is done, but the…

Introducing Postman’s New Parameters for OAuth 2.0

Authentication is a fundamental part of APIs, and over the years OAuth 2.0 has gained tremendous adoption amongst the masses as the…