Code (Section)#

Path: /profiles/profile{id, type}/settings/authorization-server/client-capabilities/code

Parameters#

NameTypeRequiredDefaultDescription
authorization-code-ttltoken-time-to-liveoptional30The number of seconds an authorization code will be valid
disallowed-proof-key-challenge-methodsmulti-value, enumerationoptionalA list of proof key challenge methods the clients aren’t allowed to use. Useful when one of the methods provided by the server is deemed insecure. This setting affects all the clients. Clients can have additional methods disallowed in their settings.
allow-per-request-redirect-urisemptyoptionalWhen enabled, all clients can enable per-request redirect-uri’s when using pushed authorization requests. This option can not be used together with redirect-uri-validation-policies. In order to use redirect-uri-validation-policies, this option to allow-per-request-redirect-uris must be disabled. This setting is deprecated in favour of redirect-uri-validation-policies.

Subsections#

NameTypeDescription
require-pushed-authorization-requests SectionRequire all clients in this profile to use pushed authorization requests to initiate the code flow.

Was this helpful?