David Rodríguez

Results 18 issues of David Rodríguez

# Feature Request **Is your feature request related to a problem? Please describe.** I spent a whole day discovering a bug related with a property (refundable quantities) in the latest...

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...

The following exception has been observed on a DNN instance that uses the IFrame module, that is built dynamically https://github.com/DNNCommunity/DNN.IFrame ``` 2016-01-13 10:04:20,574 [RD000XXXXYYYY][Thread:89][ERROR] DotNetNuke.Providers.RedisCachingProvider.RedisCachingProvider - System.IO.FileNotFoundException: Could not load...

Currently there is no way to give user specific permissions to Azure AD users until they login at least for the first time. While there is a scheduled role sync...

enhancement

Currently the calls made to the Graph API don't have the User-Agent header specified, making those requests as suspicious for security professionals when accessing the access logs. Solution: Set the...

enhancement

As per Microsoft recommendation, instead of using client secrets for the service principals, the provider should allow to authenticate the clients by using certificates.

enhancement