3 weeks ago
I have installed ADCS connecter to get PKI certs on mac devices.
After everything correctly configured found that JAMF cloud is communication was rejected by ADCS connecter server. IIS logs shows error code 403.7 this error code generally talks about missing/incorrect client cert.
when I looked into IIS settings from:
"IIS>ADCSProxy website >Configuration Editor>system.webServer > security > authentication >iisClientCertificateMappingAauthentication"
iisClientCertificateMappingAauthentication config is as below:
My question is it expected behavior? do I have to manually add the client cert details in IIS iisClientCertificateMappingAauthentication? Ideally certificate connecter installation should have been taken care of this.
3 weeks ago
@Kalpeshw wrote:I have installed ADCS connecter to get PKI certs on mac devices.
After everything correctly configured found that JAMF cloud is communication was rejected by ADCS connecter server. IIS logs shows error code 403.7 this error code generally talks about missing/incorrect client cert.
when I looked into IIS settings from:
"IIS>ADCSProxy website >Configuration Editor>system.webServer > security > authentication >iisClientCertificateMappingAauthentication"iisClientCertificateMappingAauthentication config is as below:
- Enabled --> False
- oneToOneCertificateMappingsEnabled-->True
- oneToOneMappings-->(Count=0)
My question is it expected behavior? do I have to manually add the client cert details in IIS iisClientCertificateMappingAauthentication? Ideally certificate connecter installation should have been taken care of this.
The behavior you're encountering with the iisClientCertificateMappingAuthentication settings and the 403.7 error code suggests that there might be an issue with client certificate authentication.
3 weeks ago
It still shows issue in IIS as error code 403.7 64