Description

Configuration of inbound client.

Usages

Configuration options

KeyKindTypeDefault ValueDescription
algorithmVALUEString Algorithm of signature used by this client
hmac.secretVALUEString Helper method to configure a password-like secret (instead of byte based #hmacSecret(byte[)]
key-idVALUEString The key id of this client to map to this signature validation configuration
principal-nameVALUEString The principal name of the client, defaults to keyId if not configured
principal-typeVALUEi.h.s.SubjectTypeSERVICEThe type of principal we have authenticated (either user or service, defaults to service)
public-keyVALUEi.h.c.p.Keys For algorithms based on public/private key (such as rsa-sha256), this provides access to the public key of the client

See the manifest for all available types.