Request-validation (Section)#

Path: /profiles/profile{id, type}/settings/authorization-server/redirect-uri-validation-policies/redirect-uri-validation-policy{id}/request-validation

Configure how a redirect_uri is validated when it is being used in a request.

Parameters#

NameTypeRequiredDefaultDescription
allow-localhost-variationsbooleanoptionalfalseDisable all validations when the URI is localhost, such as port, path etc
allow-query-string-variationsbooleanoptionaltrueAllow the query string of the redirect_uri to be different per request

Subsections#

NameTypeDescription
authenticated-authorization-requests SectionConfigure how a redirect_uri is validated when it is received as part of a request where the client was authenticated, e.g. when it is a PAR or CIBA request.

Was this helpful?