For the authorization code grant type example below, the following client information will be used:

Admin Label OAuth2 Parameter Example Value
Client ID client_id ac_client
Client Authentication client_secret 2Federate
Allowed Grant Types response_type grant_type
  • response_type of "code" (code)
  • grant_type of "authorization_code" (code)
  • grant_type of "refresh_token" (refresh)