Authorization Endpoint
Last updated
Last updated
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: