Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Request parameters are different for Access Token requests and Refresh Token requests.

Access Token request

NameSupportDescription
grant_type(tick)Grant type is always authorization_code
code(tick)Value from response of the foregoing Authorize  request
redirect_uri(tick)Redirect URI used in the foregoing Authorize request
client_id(error)Not supported since the OIDC clients must always authenticate

...