Skip to content

Releases

Nordes Ménard-Lamarre edited this page Nov 10, 2018 · 1 revision

Release 2.0

Summary

Big change in this release is not a breaking change, but more the possibility to use a completely different configuration. It allows you to have multiple LDAP configuration. Those configurations can be discriminated using pre-filtering regular expressions. This allow you to have for example, people starting with letter "a" to be sent to a different LDAP server.

Details

  • New feature Multi-configuration (Issue #10 and some other code created without any issues)
  • Some code change, but nothing to be interesting enough.
  • Change in the AppVeyor builds to add the symbols and source and a few other settings. Now deployment is a one click thing.

Release 1.0

Summary

The extension is now stable enough and can be used freely without major issues.

Details

  • Possibility to use ActiveDirectory or OpenLdap.
  • Most of the code is open enough in order for you to make your own implementation and use it. (See IAppUser, ILdapUserStore, ...)
  • Demo with VueJs client that connects to Identity Server 4.
  • Demo for IdentityServer 4
Clone this wiki locally