dnn.azureadb2cprovider icon indicating copy to clipboard operation
dnn.azureadb2cprovider copied to clipboard

The DNN Azure Active Directory B2C Provider is an Authentication provider for DNN Platform (formerly DotNetNuke) that uses Azure Active Directory B2C OAuth2 authentication to authenticate users.

Results 15 dnn.azureadb2cprovider issues
Sort by recently updated
recently updated
newest added

I already have existing users inside my DNN portal. They have a username like "john" and an emailaddress like "[email protected]" The idea is that users are going to start login...

After I have successfully installed the plugin and go I to settings and select Azure AD B2C I only get a blank screen. Nothing to see.... see picture. What is...

bug

Bumps [DotNetNuke.Core](https://github.com/dnnsoftware/Dnn.Platform) from 9.3.2 to 9.4.0. Release notes *Sourced from [DotNetNuke.Core's releases](https://github.com/dnnsoftware/Dnn.Platform/releases).* > ## v9.4.0 > # Release Notes for v9.4.0 > We'd like to first thank everyone from the...

dependencies

I am using DNN Azure AD B2C Provider v1.4.7 earlier b2c login was working fine, I just enabled social logins and trying to login with Gmail, Facebook and Microsoft after...

Followed the instructions to a tee. The auth works a treat however the user management pops up with a auth error. Do i need to add any permissions for graph...

After converting a user to superuser, the IdentitySource profile property is no longer returned for such user. This is caused because the profile property definitions for superusers are taken from...

When the account is a "Guest" (not a Member account), the user management module returns "Insufficient privileges to complete the operation" error.

DNN sends a welcome e-mail when a user is just created. Since the users are being populated on Azure AD B2C (and even there is a tool for sending the...

There is a new "preview" feature to include the user roles in the access token. This could simplify the role synchronization calls and make the login process a bit faster,...

enhancement

When signin up, if the administrator hasn't setup the "given_name" and "surname" as mandatory, the user can register without specifying and leaving it blank. Azure AD B2C allow this (only...