Client types in Keycloak

Hello,

I am trying to use keycloak as an authorization server for client credentials flow (OAuth2.0). I am trying to find a way to create ‘client types’ of some sort. Meaning, a client of that client type can request an access token with all supported scopes of that client type in the ‘scopes’ JSON claim. We want to be able to dynamically create clients. The Admin Console is going to have many different clients, and we are looking for a way to centrally manage them.

Hope it makes sense.

-Isaac