I am trying to configure the windows hello for business for Azure AD joined device for on-prem SSO and not able to generate the certificate using Intune SCEP profile as our distinguished name is having comma in the CN value. I have found below article which says "Encapsulate the CN value that contains the special character with quotes" but I am not able to find how to use this. Can anyone suggest?
Subject: CN={ {OnPrem_Distinguished_Name}}
Example DN: CN="LastName\, FirstName,OU=UserAccounts,DC=corp,DC=contoso,DC=com"
: https://docs.microsoft.com/en-us/mem/intune/protect/certificates-profile-scep#avoid-certificate-sign...