Openiddict-core: Does it support LDAP/Active Dir authentication?

Created on 28 May 2020  路  5Comments  路  Source: openiddict/openiddict-core

Does it support LDAP/Active Dir authentication?

question

Most helpful comment

@auroris created a very nice sample showing how to use Windows Integrated Authentication with OpenIddict 3.0's degraded mode (on IIS): https://github.com/auroris/OpenIddict-WindowsAuth

All 5 comments

OpenIddict doesn't handle the user authentication part. You're free to use whatever you want, Windows Integrated Authentication (NTLM/Kerberos) or manual LDAP lookups included.

Is there an example how to include it?

No.

@auroris created a very nice sample showing how to use Windows Integrated Authentication with OpenIddict 3.0's degraded mode (on IIS): https://github.com/auroris/OpenIddict-WindowsAuth

The sample doesn't work the second time round. For example; I enter wrong credentials, I do get 401. I then enter the correct credentials, I get 200. However, I can enter wrong credentials again and it will always return 200.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

levitatejay picture levitatejay  路  3Comments

Biarity picture Biarity  路  4Comments

matthewwren picture matthewwren  路  3Comments

ivanmariychuk picture ivanmariychuk  路  6Comments

prilutskiy picture prilutskiy  路  4Comments