Provides the authentication token for the OpenID Connect authentication process. The authorization server redirects to callback path after successful authentication.
This endpoint receives the authorization code from the OpenID provider and exchanges it for a token. The provider redirects the user to the application callback URL specified in the initial authentication request.
The client application should not call this endpoint directly. The OpenID provider automatically calls this endpoint in the authentication process.
Documentation Index
Fetch the complete documentation index at: https://docs.ocient.com/llms.txt
Use this file to discover all available pages before exploring further.
The authorization code from the OpenID provider. This endpoint exchanges the code for a token.
Example: code=4/P7q7W91a-oMsCeLvIaQm6bTrgtp7
Prevents cross-site request forgery attacks. This value should match the state in the initial authentication request.
Example: state=fRJfv29f3v39Jf39dJf93jf
Response