Releases: intelequia/dnn.azureadb2cprovider
Releases · intelequia/dnn.azureadb2cprovider
DNN Azure AD B2C Provider v1.7.1
Fixes
- Fixed an issue causing Azure AD B2C users being asked for password reset when activating DNN password expiration feature
- Last login date on Membership table is now updated after successful login
- Fixed Release Legacy build
DNN Azure AD B2C Provider v1.7.0
Features
- New option to allow scheduled user sync (in the same way that groups are synced in background). Be aware that this option can be resource intensive and should be used with caution.
- Implementation of AutoMatchExistingUsers: if a user is found in the local database with the same email address as the one in Azure AD, the user will be automatically matched with the Azure AD user. This option is disabled by default.
Enhancements
- Added DisplayName as one of the default user mappings
- Added code to handle a situation where a display name is not provided, by generating it from the first and last names.
Bug fixes
- Fix to an issue that prevented users from being correctly removed from a role.
DNN Azure AD B2C Provider v1.6.0
Summary
- The module now requires DNN v9.11 or later by @davidjrh
- Updated dependencies to latest versions by @davidjrh
- Updated Dnn.React.Common dependency to 9.11 by @alendv
- Fix to update users by Username in the User Management module by @davidjrh
- Fix to correctly expire the B2C cookie with the token expiration date by @davidjrh
- Upgraded project to .NET 4.8 by @davidjrh
- Updated Sample SPA Web Client to use 9.11 or later by @davidjrh
What's Changed
- Fix to update users by Username by @davidjrh in #29
- Fix cookie overwriting by @davidjrh in #31
- Fixes issue#33 by @alendv in #35
- Update README.md by @alendv in #34
- Fixes/36 by @davidjrh in #37
New Contributors
Full Changelog: v1.5.1...v1.6.0
DNN Azure AD B2C Provider v1.5.1
What's Changed
- Fixes by @davidjrh in #28
- Fixed impersonation error for new users with no extension fields set
- Fix error on group sync scheduler task
- Removed Microsoft.IdentityModel.Clients.ActiveDirectory depedency
Full Changelog: v1.5.0...v1.5.1
DNN Azure AD B2C Provider v1.5.0
DNN Azure AD B2C Provider v1.4.8
DNN Azure AD B2C Provider v1.4.7
New release of the B2C provider with the following changes:
Fixes
- Fixed issue in the manifest causing a duplicate PK error during installation
DNN Azure AD B2C Provider v1.4.6
New release of the B2C provider with the following changes:
Enhancements
- Added support for B2C tenants using usernames instead of e-mails (or both) on login
Fixes
- Fix user management impersonation
List of contributors
- David Rodríguez (@davidjrh)
DNN Azure AD B2C Provider v1.4.5
New release of the B2C provider with the following changes:
Enhancements
- Added setting to enable/disable automatic authorization after login
- Added option to redirect to a generic error page on Azure AD auth error
- Added option for Microsoft Graph filters on User management settings
- Added code to avoid doble token exchange requests and log4net tracing
Fixes
- Fix user management when no custom attributes have been specified
- Fix adding multiple groups on User Management
List of contributors
- David Rodríguez (@davidjrh)
DNN Azure AD B2C Provider v1.4.4
New release of the B2C provider with the following changes:
Enhancements
- Added group filtering option on scheduler sync
- User management module now allows to setup custom attributes to edit through the UI
- User management module download users feature now uses the filter on the search box in addition to the one on the web.config
- Added Chrome Extension example
- Bumped package dependencies. Now DNN 9.4.3 is required as minimum
Fixes
- Fixed GetB2cCustomAttributeName function when using an extension attribute
- Fix for impersonate feature on multi-portal scenario
- Fix on role mappings management and scheduled task
- Profile properties dropdown on mappings tab now shows properties from current portal instead of PortalId 0