Auth API
Request Authorization
This endpoint lets you authorize by redirecting login prompts and consent signing process if applicable. This endpoint only supports authorization for the code grant flow.
get/oauth2/authorize
Query parameters
client_idstring required
OAuth2 App client id
statestring required
State
redirect_uristring required
Redirect URI
code_challenge_methodstring
The method used to generate the challenge. Grubtech auth server supports only SHA256 yet.
code_challengestring
The generated challenge from the code_verifier. Required only when the code_challenge_method is specified.