Skip to content

Commit c948669

Browse files
Merge pull request #232552 from vimrang/patch-27
Update how-to-certificate-based-authentication.md
2 parents 823e0a8 + 916c709 commit c948669

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/active-directory/authentication/how-to-certificate-based-authentication.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ To enable Azure AD CBA and configure user bindings in the Azure portal, complete
193193

194194
1. Click **Ok** to save any custom rule.
195195

196+
>[!IMPORTANT]
197+
>PolicyOID should be in object identifier format as per https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.4. For ex: If the certificate policies says "All Issuance Policies" you should enter the OID as 2.5.29.32.0 in the add rules editor. Entering the string "All Issuance Policies" in rules editor is invalid and will not take effect.
198+
196199
## Step 4: Configure username binding policy
197200

198201
The username binding policy helps validate the certificate of the user. By default, we map Principal Name in the certificate to UserPrincipalName in the user object to determine the user. An admin can override the default and create a custom mapping.

0 commit comments

Comments
 (0)