Activities of "steve.burgess"

Hi Steve,

We're aware of that, but it's related to Microsoft UseCors middleware, not ABP Framework. Also, you don't need to add the frontends to any service. Because services should access to gateway not the front end side.

Regards.

So, just to confirm, this is expected?

Are there any work arounds or do we just have to live with it outputting errors into the logs?

Thanks,

Steve.

Hi,

That works great thanks!

Cheers,

Steve.

Can you try creating a new claims principle using claims from azure ad (employeeId) and add it to current userprinciple when onTokenReceived event?

Hi,

Thanks for getting back to me.

Do you mean the OnTokenResponseReceived event?

In that event I can’t see where I would get the current user principle. I can access the claims principal, but I believe that’s just the user that authenticated with Azure. At the point that OnTokenResponseReceived is fired I’m not sure we have access to any other user principle?

Cheers,

Steve

You can check this class as sample of adding custom claims using custom claims principal factory.

Hi,

Thanks for that. I can now add claims to the abp user.

What would be the best way to take a value from the Azure user claims (such as the employeeid i have) and get it added to the abp user?

In the linked example it looks like the claims value is being taken from a cookie that is being set by some middleware. I'm not sure that'll work in my scenario.

Cheers,

Steve.

Wow, not sure how i managed to miss that.

Thanks for pointing me in the right direction.

Cheers,

Steve.

I'll take a look at that, thanks,

Steve.

Hi,

I assume the docs were created when the framework was targeting .net core 3 then?

Are there any plans to update to .net standard to 2.1?

Cheers,

Steve.

Hello,

Microservice template has 3 applications:

  1. Back-office/admin application (that can be blazor, angular or mvc)
  2. Public / landing page application. This is a RazorPage/MVC application
  3. Authserver / Identityserver application. This application hosts the login/register and user profile related pages.

You can make UI developments for all of these applications.

There are 2 ways to develop UI for microservices; Modular and Monolith. You can check adding ui to apps documentation about these ways.

Can you share what exactly you're trying to achieve and what seems not working?

Hi,

I'm using the back-office/admin application. Its running using Angular.

I've gone to the Lepton Theme site (https://leptontheme.com/) and grabbed the Bootstrap code for a "Split Button" dropdown (https://leptontheme.com/Layouts/Application/Components/Dropdowns).

I've then dropped this code onto the home page (Home Module > Home component > home.component.html)

The button appears on the page and is styled correctly, however, clicking on the "arrow" does nothing. It should pop a little menu containing the dropdown values but it doesn't.

I can see that the bootstrap CSS is in the Angular project (which would explain why the styles are correct) but i can’t see where jquery & popper are included. It's my understanding that without them bootstrap 4 wont function correctly.

If i manually include jquery and popper it starts working correctly.

I just want to make sure I’m not missing something fundamental about the way it should be working?

Cheers,

Steve.

Showing 11 to 18 of 18 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 14, 2025, 14:54