Dpop (Section)#

Path: /profiles/profile/settings/authorization-server/dpop

Configure custom DPoP behavior

Parameters#

NameTypeRequiredDefaultDescription
proof-token-clock-skewuint32optional10Maximum allowed clock skew for DPoP proof tokens, in the future or in the past.
token-dpop-bindingenumeration (required, client-requested)optionalclient-requestedWhen ‘required’, the token request must carry a valid DPoP proof; when ‘client-requested’, tokens are bound only when a proof is presented. Used as a default for clients that do not override it. Does not affect HAAPI flows, which have their own DPoP settings under capabilities/haapi.
public-client-tokens-to-bind-with-dpopenumeration (refresh-token-only, access-token-and-refresh-token)optionalaccess-token-and-refresh-tokenWhich tokens a public client gets DPoP-bound when DPoP is used. Used as a default for public clients that do not override it. This value is consulted for public clients only; confidential clients are always access-token-only.

Subsections#

NameTypeDescription
allowed-signing-algorithms SectionThe asymmetric signing algorithms accepted for DPoP proofs in this profile.

Was this helpful?