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#

NameTypeRequiredDefaultDescription
idstringrequiredA descriptive id of the profile
typeprofile-typerequiredThis will result in filtering, so that an endpoint and a profilecan be matched, and only used when compatible
expose-detailed-error-messagesemptyoptionalExpose 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#

NameTypeDescription
settings SectionEach profile augments in settings here
endpoints SectionEndpoints 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 SectionIssuers of tokens for this profile

Was this helpful?