Additional Microsoft Entra services and features related to identity, access, and network security
Cloud AP Error - AAD_CLOUDAP_E_HTTP_CERTIFICATE_URI_IS_EMPTY - What is missing from Mex?
I'm receiving a AAD_CLOUDAP_E_HTTP_CERTIFICATE_URI_IS_EMPTY error from a LsaLogonUser request with a Certificate on a smart card (Using KERB_CERTIFICATE_LOGON). I understand that a Certificate Endpoint URI is missing from the Metadata of WS-FED, but I'm not sure where to find information on "how" to set the certificate endpoint in the metadata XML. What XML node/config is it looking for so I can read how to set it?
To be honest, I'd rather use a passive logon request with a web browser and pass the result to LsaLogonUser but the documentation for that function seems WOEFULLY out of date. I don't even know how to pass a SAML token to it for authentication.