Authorization Endpoint
Corppass supports multiple OAuth 2.0 authorization flows, specifically:
Authorization Code Flow with PKCE
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) FlowLast updated