Releases: RegionOrebroLan/.NET-Web-Authentication-Extensions
Releases · RegionOrebroLan/.NET-Web-Authentication-Extensions
0.9.0-alpha
NuGet-reference updates
0.8.1-alpha
Replacement-decorator registration
0.8.0-alpha
Major changes
- Active Directory refactoring. Start using ActiveDirectory.GetUserAttributesAsync instead of ActiveDirectory.GetAttributesAsync. The ActiveDirectory.GetAttributesAsync methods are now obsolete.
- Previously default configured AuthenticationDecorators (NegotiateAuthenticationDecorator) and CallbackDecorators (CallbackDecorator) are removed from being configured default. You need to configure them yourself if you need them. They are also deprecated.
- Breaking change: RegionOrebroLan.Web.Authentication.Configuration.NegotiateAuthenticationOptions is refactored. There are now multiple role-options, RegionOrebroLan.Web.Authentication.Configuration.NegotiateAuthenticationRoleOptions. RegionOrebroLan.Web.Authentication.Configuration.NegotiateAuthenticationOptions.IncludeRoleClaims -> RegionOrebroLan.Web.Authentication.Configuration.NegotiateAuthenticationOptions.Roles.Include.
- Breaking change: Use security-identifier (objectSid) instead of windows-account-name in filters when ldap-querying the Active Directory. RegionOrebroLan.Web.Authentication.DirectoryServices.IdentifierKind.WindowsAccountName removed, use RegionOrebroLan.Web.Authentication.DirectoryServices.IdentifierKind.SecurityIdentifier instead.
- Refactored authentication-decorators. Previous authentication-decorators are deprecated. Use the new ones instead.
- Refactoring: RegionOrebroLan.Web.Authentication.Decoration.IDecorator.InitializeAsync(IConfigurationSection optionsConfiguration) to RegionOrebroLan.Web.Authentication.Decoration.IDecorator.InitializeAsync(IConfiguration optionsConfiguration)
- NuGet-reference updates
0.7.1-alpha
Correctly signed
0.7.0-alpha
Another active-directory decorator
0.6.2-alpha
Fix: OrganizationCallbackDecorator
0.6.1-alpha
NuGet-reference updates
0.6.0-alpha
Active Directory fixes
0.5.0-alpha
New functionallity
Refactoring
Breaking changes:
- Namespace moved: RegionOrebroLan.Web.Authentication.Configuration.Registration -> RegionOrebroLan.Web.Authentication.DependencyInjection.Registration
- Windows-authentication -> Negotiate-authentication
0.4.1-alpha
More decorators
- Mapper
- Replacer
- SITHS-certificate subject extractor