OAuth applications field In security Virto platform

Hi @OlegoO,

Can you please provide information about the purpose and usage of OAuth applications? I couldn’t find any documentation on this, so could you please give me a brief overview?

The Client Credentials grant is used when applications request an access token to access their own resources, not on behalf of a user.

You can read more information about Client Credentials:

  1. Client Credentials - OAuth 2.0 Simplified
  2. Client Credentials Flow
  3. Techniques - OAuth2 using Json Web Tokens.