By-reference (Section)#
Path: /profiles/profile/settings/authorization-server/client-store/config-backed/client/request-object/by-reference
Enable the use of request object that are sent by-reference using the request_uri parameter
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| http-client | leafref → /base:facilities/base:http/base:client/base:id | optional | - | The HTTP client that will be used when fetching the request object from a provided URI |
| allowed-request-url | multi-value string | optional | - | Whitelist of all locations that can be included in a request_uri parameter. The value '' allows for any. A wildcard character '' is also allowed at the end of the uri value. |
| allow-unsigned | boolean | optional | false | If set to true, then unsigned request objects sent by-reference will be accepted. |