Auth type client_credential for zoom API and SCIM scope

We currently use the SCIM client from https://scim-for-keycloak.de/ and have successfully set up the client connection. However, we are uncertain about the appropriate authentication type to obtain an access token.

  • Basic Authentication
  • API KEY
  • Long Life Bearer Token Authentication
  • OAuth2 Client credential grant
  • Mutual TLS Client Authentication

On the Zoom side, we use Server to server Oauth to generate access tokens for API calls and Scope SCIM2

How to get a token automatically based on the fact that I only have these authentication methods OAuth2 Client credential grant