Endpoint (List)#
Path: /profiles/profile/endpoints/endpoint
Keys: id
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| id | string | required | - | |
| uri | string | required | - | The URI endpoint that will respond to requests for this endpoint |
| client-authentication | enumeration (disallow, allow, require) | optional | disallow | Specify whether mutual TLS is required, allowed, or not allowed when accessing this endpoint |
| endpoint-kind | enumeration (oauth-token, oauth-authorize, oauth-revoke, oauth-introspect, oauth-assisted-token, oauth-anonymous, oauth-userinfo, oauth-dynamic-client-registration, oauth-device-authorization, oauth-session, oauth-backchannel-authentication, oauth-client-graphql-api, oauth-granted-authorization-graphql-api, oauth-verifiable-credential, auth-authentication, auth-registration, auth-anonymous, um-api, um-graphql-api, apps-anonymous, saml-sso, saml-service-provider-graphql-api) | required | - | The definition needed for this endpoint |
| pre-processing-procedure | leafref → /processing/procedures/pre-processing-procedure/id | optional | - | |
| post-processing-procedure | leafref → /processing/procedures/post-processing-procedure/id | optional | - |
Subsections#
| Name | Type | Description |
|---|---|---|
| authorize-endpoint-procedures | List | |
| token-endpoint-procedures | List | |
| introspect-endpoint-procedures | List | |
| assisted-token-endpoint-procedures | List | |
| userinfo-endpoint-procedures | List | |
| verifiable-credential-endpoint-procedures | List | |
| device-authorization-procedures | List |