Name (OneOf)#
Path: /profiles/profile{id, type}/settings/authorization-server/client-store/config-backed/client{id}/secondary-authentication-method/mutual-tls/name
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| client-dn | non-empty-string | optional | The DN of the client certificate that the client must identify with. | |
| client-dns-name | non-empty-string | optional | The expected dNSName SAN entry in the certificate that the client must identify with. | |
| client-uri | uri | optional | The expected uniformResourceIdentifier SAN entry in the certificate that the client must identify with. | |
| client-ip | ip-address | optional | The 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-email | non-empty-string | optional | The expected rfc822Name SAN entry in the certificate that the client must identify with. |