Skip to main content

Client credential token endpoint

cp:otoroshi.next.plugins.NgClientCredentialTokenEndpoint

This plugin provide the endpoint for the client_credential flow

categories:

  • Authentication

default configuration:

{
"expiration" : 3600000,
"default_key_pair" : "otoroshi-jwt-signing",
"allowed_apikeys" : [ ],
"allowed_groups" : [ ]
}