Skip to content

Releases: intelequia/dnn.azureadb2cprovider

DNN Azure AD B2C Provider v1.7.0

01 Mar 09:04
2f2b058
Compare
Choose a tag to compare

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

12 Nov 19:26
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v1.5.1...v1.6.0

DNN Azure AD B2C Provider v1.5.1

11 Mar 00:04
235cf66
Compare
Choose a tag to compare

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

15 Feb 16:55
b07b02a
Compare
Choose a tag to compare

What's Changed

  • Removing Azure AD Graph API dependency by @davidjrh in #27

New Contributors

Full Changelog: v1.4.8...v1.5.0

DNN Azure AD B2C Provider v1.4.8

11 Oct 13:47
c6af0c2
Compare
Choose a tag to compare

New release of the B2C provider with the following changes:

New features

  • Added extensibility to the login process (thanks @cesarab)

Fixes

  • Added error message when the extension method throws the SecurityTokenException (thanks @cesarab)

DNN Azure AD B2C Provider v1.4.7

24 Jun 12:12
Compare
Choose a tag to compare

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

18 May 13:13
Compare
Choose a tag to compare

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

DNN Azure AD B2C Provider v1.4.5

20 Apr 20:44
Compare
Choose a tag to compare

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

DNN Azure AD B2C Provider v1.4.4

07 Mar 13:26
Compare
Choose a tag to compare

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

List of contributors

DNN Azure AD B2C Provider v1.4.3

09 Apr 18:35
Compare
Choose a tag to compare

New release of the B2C provider with the following changes:

Enhancements

  • Added option to reset user password on User Management module
  • Added module settings to the user management module to enable or disable features

Fixes

  • Fix to allow updating federated users

List of contributors