OAuth 2.0 Client Credentials Flow (in plain English)

Поділитися
Вставка
  • Опубліковано 12 вер 2024

КОМЕНТАРІ • 3

  • @aymenboudabia5221
    @aymenboudabia5221 Рік тому +1

    nice explanation !

  • @vkb25041980
    @vkb25041980 Рік тому

    Why put client secret in body?

    • @TykAPIM
      @TykAPIM  Рік тому

      Hi Vineet! Thanks for the question! In this demonstration, we are generating a system-system API call, which, in this case, the Client Credentials grant type makes the most sense. It doesn't matter if the clientId/clientSecret are passed in the headers or body of the request in order to accomplish the handshake and generate an access token by the auth server. Hope that helps! - Firas