An administrative client in OA4MP is a client that is authorized to create standard clients. A standard
OAuth client (which gets tokens, etc.) Administrative clients can be requested via a specific endpoint,
usually ../oauth2/admin-client
. It should be stressed that administrative clients are
not part of any OAuth standard and are therefore outside the requirements for standard OAuth clients.
The most ocmmon use of an administrative client is the dynamic registration of standard clients. This allows an institution to create customized clients each with their own configuration for open authorization. An example would be a COManage instance which could set up a specific client for use by every virtual organization it creates.