Profile (List)#
Path: /profiles/profile
The section is augmented by each profile added to the system. The profile is the main function in the system, like oauth, openid connect etc
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| id | string | required | A descriptive id of the profile | |
| type | profile-type | required | This will result in filtering, so that an endpoint and a profilecan be matched, and only used when compatible | |
| expose-detailed-error-messages | empty | optional | Expose detailed error messages in the server responses whenever possible. By default, in case of failures due to external services or internal errors, the server returns a generic error message to avoid accidentally exposing sensitive information. |
Subsections#
| Name | Type | Description |
|---|---|---|
| settings | Section | Each profile augments in settings here |
| endpoints | Section | Endpoints describe an instance of an endpoint kindIt ties together the endpoint-kind with a profile and a URIThe endpoint is then deployed on a service |
| token-issuers | Section | Issuers of tokens for this profile |