Secondary-authentication-method (Section)#

Path: /profiles/profile{id, type}/settings/authorization-server/client-store/config-backed/client{id}/secondary-authentication-method

Parameters#

NameTypeRequiredDefaultDescription
expires-ondate-and-timeoptionalThe instant after which the secondary verifier should not be used

Subsections#

NameTypeDescription
assertion-jwt-validation SectionValidate the assertion JWT used for client authentication according to RFC-7523 (e.g. optional jti; iss and sub don’t have to be equal) instead of OpenID Connect Core (which is done by default).
verifier OneOfDescribes how the client is authenticated

Was this helpful?