Activities of "clearlaunch"

Answer

Do any of the SSO options for ABP.IO support Organizational Units?

This is probably going to be a rather large project whether we go with option A or B. Can you provide any other details that can help in making this decision, it's an important an challenging decision so I'd like to consider as much as possible before starting.

We were able to produce the error, an issue was created on the subject. It will be fixed in the next version.

Is there a link to the issue so I can keep an eye on it?

Is there an issue with Uploading Files in FileManagementModule in **angular **using **LeptonX **theme?

I've tried installing the module twice now on a new installation and I get the same results. The module loads and works for adding folders but the upload Modal does not appear and I see the following console errors.

I followed this guide while adding the module. https://docs.abp.io/en/commercial/latest/modules/file-management

ERROR TypeError: Expected a plugin class, but got object. Please verify that the plugin was imported and spelled correctly. at Uppy.use (index.js:1486:13) at Object.next (volo-abp.ng.file-management.mjs:984:18) at ConsumerObserver.next (Subscriber.js:91:33) at SafeSubscriber._next (Subscriber.js:60:26) at SafeSubscriber.next (Subscriber.js:31:18) at take.js:12:32 at OperatorSubscriber._next (OperatorSubscriber.js:13:21) at OperatorSubscriber.next (Subscriber.js:31:18) at map.js:7:24 at OperatorSubscriber._next (OperatorSubscriber.js:13:21) handleError @ core.mjs:8400 core.mjs:8400 ERROR TypeError: Cannot read properties of undefined (reading 'addEventListener') at isEventTarget (fromEvent.js:50:30) at fromEvent (fromEvent.js:18:27) at UploadService.initUppy (volo-abp.ng.file-management.mjs:1012:42) at Object.next (volo-abp.ng.file-management.mjs:1265:32) at ConsumerObserver.next (Subscriber.js:91:33) at SafeSubscriber._next (Subscriber.js:60:26) at SafeSubscriber.next (Subscriber.js:31:18) at take.js:12:32 at OperatorSubscriber._next (OperatorSubscriber.js:13:21) at OperatorSubscriber.next (Subscriber.js:31:18) handleError @ core.mjs:8400

I'm not looking to update the Users UI, I'm Looking to update the user's profile page instead so the user can manage these new properties them selves.

My issues are very similar to this thread https://support.abp.io/QA/Questions/1404/Customizing-PersonalSettings-Personal-Info-page-not-working

My changes follow the thread above almost exactly. I have added a new tab that can display and update the extra properties, this part is done and working.

**My problem is with the Personal Info tab that has not been modified or replaced. That tab wipes out any extra properties on the object when a save is performed. ** ex. Extra properties are not passed when someone updates their name.

Some of the relevant bits aspnet-core\src\QRC.Application.Contracts\QRCDtoExtensions.cs ObjectExtensionManager.Instance .AddOrUpdateProperty<ProfileDto, UserProjectRole>("Project Role") .AddOrUpdateProperty<ProfileDto, string>("Zip Code") .AddOrUpdateProperty<ProfileDto, UserAgeRange>("Age Range") .AddOrUpdateProperty<UpdateProfileDto, UserProjectRole>("Project Role") .AddOrUpdateProperty<UpdateProfileDto, string>("Zip Code") .AddOrUpdateProperty<UpdateProfileDto, UserAgeRange>("Age Range");

I found the issue.

For some reason I had added canActivate: [AuthGuard, PermissionGuard], on all the routes in app-routing.module.ts

Looks like the login page is now working within Angular.

**Can you help with one small related question. ** If I need to run some code when a user successfully logs in where does that belong?

Answer

AzureAD compile issue.

I've created a new MVC solution using 4.0 and I'm trying to test the AzureAD integration.

https://community.abp.io/articles/how-to-use-the-azure-active-directory-authentication-for-mvc-razor-page-applications-4603b9cf

When I try to follow this article or look at the sample code presented for the MVC AzureAD integration I get this compile error.

authenticationbuilder does not contain a definition for addidentityserverauthentication

The current documentation https://docs.abp.io/en/abp/latest/Modules/IdentityServer#identityserver-module

Just says TODO. Any pointers here.

Showing 1 to 6 of 6 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11