For the complete documentation index, see llms.txt. This page is also available as Markdown.

Authorization Endpoint

Corppass supports OAuth 2.0 authorisation flow, specifically:

  • Authorization Code Flow with PKCE

The flow returns:

  • Authorization Code

  • State Parameter

Refer to the following section for further details:

Authorization Code with Proof Key of Code Exchange (PKCE) Flow

Last updated