Adding ADFS to existing AD Application

SteveB 1 Reputation point
2020-09-01T18:40:19.307+00:00

We have an existing .NET application that uses Active Directory to authenticate users and search for user/OU data using DirectorySearcher object. Our customer has several AD servers and would like our existing application to authenticate/search from a single endpoint. Can we leverage our existing application by adding ADFS service to the customer's network to authenticate/search across several AD servers? Our application uses .NET System.DirectoryServices.DirectorySearch object using LDAP queries to authenticate and search for user/OU data.

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,259 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 21,240 Reputation points
    2023-11-30T07:05:17.1133333+00:00

    You can leverage Active Directory Federation Services (ADFS) to achieve a unified authentication and authorization experience across multiple Active Directory (AD) servers in a network. ADFS provides a way to establish trust between different AD domains and forests, allowing for a single sign-on (SSO) experience across them.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.