Name (OneOf)#

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

Parameters#

NameTypeRequiredDefaultDescription
client-dnnon-empty-stringoptionalThe DN of the client certificate that the client must identify with.
client-dns-namenon-empty-stringoptionalThe expected dNSName SAN entry in the certificate that the client must identify with.
client-uriurioptionalThe expected uniformResourceIdentifier SAN entry in the certificate that the client must identify with.
client-ipip-addressoptionalThe expected IP address in either dotted decimal notation (for IPv4) or colon-delimited hexadecimal (for IPv6) that is expected to be present as an iPAddress SAN entry in the certificate that the client must identify with.
client-emailnon-empty-stringoptionalThe expected rfc822Name SAN entry in the certificate that the client must identify with.

Was this helpful?