Please provide an example for C# ASP.NET Single Sign-On Implementation using LDAP password for authentication

Please provide an example for C# ASP.NET Single Sign-On Implementation using LDAP password for authentication

Please take a look at the high-level API ExampleIdentityProvider to see how to call into our SAML API to support SSO.
This example uses simple forms authentication but the method of user authentication is independent from the SAML SSO and our API.
Your application can use whatever mechanism it wishes to authenticate the user including authentication against an LDAP server.
If you’re not sure how to authenticate against LDAP, I suggest taking a look at the .NET System.DirectoryServices namespace. You’ll also find example code for authenticating against LDAP and Active Directory.