Authorization Endpoint

Corppass supports multiple OAuth 2.0 authorization flows, specifically:

  1. Authorization Code Flow with PKCE

  2. Pushed Authorization Request (PAR) Flow

Each flow requires distinct request parameters, but both follow the same response structure, returning:

  • Authorization Code

  • State Parameter

Refer to the corresponding section based on the authorization flow you are implementing:

Authorization Code with Proof Key of Code Exchange (PKCE) FlowPushed Authorization Request (PAR) Flow

Last updated