Sampat
Sampat

Reputation: 116

How to Authenticate LDAP Service with IdentiyServer 4,

I Am developing an API[Asp.Net Core] + Client [ Angular 6] and I want to authenticate the users with our existing LDAP Service via Identity Server 4. Please help on this implementation.

Upvotes: 0

Views: 1266

Answers (1)

mackie
mackie

Reputation: 5264

If you have to use LDAP (i.e. you don't have access to an OIDC compatible provider like ADFS 2016) then this library should do what you need and is cross platform:

https://github.com/dsbenghe/Novell.Directory.Ldap.NETStandard

Upvotes: 1

Related Questions