OIDC
2.2.5 OIDC
2.2.5 OIDC
  • OIDC
    • OpenID Configuration endpoint
    • JWKS endpoint
    • Authorization endpoint
    • Token endpoint
      • Authorization code
      • Refresh token
    • User info endpoint
    • Introspection endpoint
    • End session endpoint
Powered by GitBook
On this page
  1. OIDC

Token endpoint

Example: http://127.0.0.1:8080/oidc/tenant1/token-endpoint

Token endpoint errors

Error id
Description

invalid_request

The request is NOT valid. This is usually due to missing mandatory parameters or wrong parameter values.

invalid_client

Provided client information does not match the configured client information. (clientid & client_secret)

invalid_grant

The provided 'code' is NOT valid. Either it has timed out or has already been used.

PreviousAuthorization endpointNextAuthorization code

Last updated 1 year ago