Import SSL into ADFS for linking Azure AD to Local AD.

Agolphin 96 Reputation points
2019-12-04T18:38:17.377+00:00

So I am attempting to test a huge connection of my azure AD to my Local AD but I need an ADFS in my environment for Federated logins from AzureI am attempting to deploy one but it's asking for an SSL cert

I need support importing an SSL cert into my adfs
I own my domain name.
I can create a csr but there are no public facing CA's to push my request to.
My Domain is hosted inside of google.
Where do i go from here? I added the domain as Verified in Azure.

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,187 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,389 questions
0 comments No comments
{count} votes

Accepted answer
  1. Agolphin 96 Reputation points
    2019-12-05T21:47:41.333+00:00

    Solution: Self Signed my own Cert with my AD DC.

    Thanks guys!


1 additional answer

Sort by: Most helpful
  1. soumi-MSFT 11,716 Reputation points Microsoft Employee
    2019-12-04T18:56:37.26+00:00

    @Agolphin , The SSL certificate is termed as the Service Communication Certificate in ADFS and to set a Service Communication Certificate on ADFS, it needs to meet the following requirements:

    1. The service communication certificate must include the server authentication enhanced key usage (EKU) extension.
    2. The certificate revocation lists (CRLs) must be accessible for all the certificates in the chain from the service communication certificate to the root CA certificate. The root CA must also be trusted by any federation server proxies and Web servers that trust this federation server.
    3. The subject name that is used in the service communication certificate must match the Federation Service name in the properties of the Federation Service.

    Once you have the SSL issued to you fulfilling the above mentioned requirements, you are all set to update this SSL certificate as the Service Communication Certificate on the ADFS 2016 server, following the steps mentioned in this article.

    If its a new deployment of ADFS 2016 farm, please follow the steps mentioned in this article.

    Hope this helps.

    ---------------------------------------------------------------------------------------------------------------------------------------

    Please take a moment to "Mark as Answer" and/or "Vote as Helpful" wherever applicable. Thanks!

    1 person found this answer helpful.