Skip to main content

Cloud APIM - Client credential Biscuit token endpoint

cp:otoroshi_plugins.com.cloud.apim.otoroshi.extensions.biscuit.plugins.ClientCredentialBiscuitTokenEndpoint

This plugin provide the endpoint for the client_credential flow backed by a Biscuit access_token

official documentation from otoroshi manual

categories:

  • Cloud APIM
  • Biscuit Studio
  • Authentication

default configuration:

{
"expiration" : 3600000,
"forge_ref" : null,
"allowed_apikeys" : [ ],
"allowed_groups" : [ ]
}