Projects
CMS
Activity Diagram
Below diagram showing how to authenticate to a CMS Service (Package) such CMS Auth
, CMS User
, CMS Record
, & CMS Repo
. These services are secured by API Key
which send through gRPC Metadata/Headers as "apikey"
with format "Basic base64(${clientName}:${serviceAPIKey})"
. The API Key
MUST be send for every method call
. Below the example Metadata:
clientName
: cms-webserviceAPIKey
: AKAIOEXAMPLEKEY