_______ is a common mechanism used in OAuth for client authentication.

  • API Key
  • Client Credentials
  • JWT
  • SAML
In OAuth, the Client Credentials grant type is a common mechanism for client authentication. It involves the client (application) presenting its credentials to the authorization server to obtain an access token. This is often used in server-to-server communication or when the client is a trusted entity.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *