By-reference (Section)#

Path: /profiles/profile{id, type}/settings/authorization-server/client-store/config-backed/client{id}/request-object/by-reference

Enable the use of request object that are sent by-reference using the request_uri parameter

Parameters#

NameTypeRequiredDefaultDescription
http-clientleafrefoptionalThe HTTP client that will be used when fetching the request object from a provided URI
allowed-request-urlmulti-value, urioptionalWhitelist 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-unsignedbooleanoptionalfalseIf set to true, then unsigned request objects sent by-reference will be accepted.

Was this helpful?