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#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| allow-localhost-variations | boolean | optional | false | Disable all validations when the URI is localhost, such as port, path etc |
| allow-query-string-variations | boolean | optional | true | Allow the query string of the redirect_uri to be different per request |
Subsections#
| Name | Type | Description |
|---|---|---|
| authenticated-authorization-requests | Section | Configure 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. |