Which grant type in OAuth 2.0 is suitable for machine-to-machine applications where a user is not involved?

  • Client Credentials
  • Authorization Code
  • Implicit
  • Resource Owner Password Credentials
The Client Credentials grant type in OAuth 2.0 is suitable for machine-to-machine (M2M) applications where there is no user involved. It allows an application to directly authenticate itself and obtain an access token. The other grant types involve user interaction and are not intended for M2M scenarios.
Add your answer
Loading...

Leave a comment

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