Configuration options
| key | type | default value | description |
|---|---|---|---|
|
string |
|
Algorithm of signature used by this client. Currently supported:
|
|
string |
|
Helper method to configure a password-like secret (instead of byte based hmacSecret(byte[]). The password is transformed to bytes with StandardCharsets.UTF_8 charset. |
|
string |
|
The key id of this client to map to this signature validation configuration. |
|
string |
|
The principal name of the client, defaults to keyId if not configured. |
|
SubjectType (USER, SERVICE) |
|
The type of principal we have authenticated (either user or service, defaults to service). |
|
|
For algorithms based on public/private key (such as rsa-sha256), this provides access to the public key of the client. |