Skip to content

Commit 4b4ec68

Browse files
Merge pull request #295031 from dlepow/patch-474512
[APIM][uuf] Update validate-client-certificate-policy.md
2 parents f713b79 + 787f4a2 commit 4b4ec68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api-management/validate-client-certificate-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ For more information about custom CA certificates and certificate authorities, s
6464

6565
| Element | Description | Required |
6666
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
67-
| identities | Add this element to specify one or more `identity` elements with defined claims on the client certificate. | No |
67+
| identities | Add this element to specify up to 10 `identity` subelements with defined claims on the client certificate. | No |
6868

6969
## identity attributes
7070

@@ -73,7 +73,7 @@ For more information about custom CA certificates and certificate authorities, s
7373
| thumbprint | Certificate thumbprint. | No | N/A |
7474
| serial-number | Certificate serial number. | No | N/A |
7575
| common-name | Certificate common name (part of Subject string). | No | N/A |
76-
| subject | Subject string. Must follow format of Distinguished Name, which consists of comma-separated name attributes, for example, *"CN=MyName, OU=MyOrgUnit, C=US..."*.| No | N/A |
76+
| subject | Subject string. Must follow format of Distinguished Name, which consists of comma-separated name attributes, for example, *"CN=MyName, OU=MyOrgUnit, C=US..."*.| No | N/A |
7777
| dns-name | Value of dnsName entry inside Subject Alternative Name claim. | No | N/A |
7878
| issuer-subject | Issuer's subject. Must follow format of Distinguished Name, which consists of comma-separated name attributes, for example, *"CN=MyName, OU=MyOrgUnit, C=US..."*. | No | N/A |
7979
| issuer-thumbprint | Issuer thumbprint. | No | N/A |

0 commit comments

Comments
 (0)