Activities of "lan.dang"

I tried to use this file you sent before https://gist.github.com/realLiangshiwei/7b206990452bf566c711c0a0472d043d it does not work but code behind works fine, is component named UserManagement?

Hi again, I got a problem while creating new user Is there any way to allow me set default value EmailConfirmed = true when create User in UserManagement page? I found method CreateEntityAsync() but NewEntity does not have EmailConfirmed properties. Can we use IdentityUserManager to update it?

I solved this, I need to overwrite protected override async Task GetEntitiesAsync() instead

I got UI works fine but with backend, I want to inherit from UserManager and hide some user so I do this

The problem is Entities always empty. Could I make modify all data by this way? or there is another way to do?

Can you give me an example if I want to custominze UserManagement page? What are components I should overwrite?

I have found the issue and fixed it, I just need add one AddJwtBearer Thank for you support!

Hi maliming, I get my application work with impersonation now ! Thank you for your support. But now i get another issue, I managed to add new JwtBearer authentication for my API (which i will generate token when user login and return token). My old code is in comment. My question is how can I return Bearer token for client call via API? Enable my code > impersonation does not work Disable this code > impersonation work but API does not work

Thank @mailming, After compare and merge from last template, I end up with this error. Do you have any idea about this error, what could it come from? Do I miss any configuration?

Should I use both IdentityServer and OpenIddict? or just keep only OpenIddict and remove IdentityServer ?

Also, if I have to add this, could you tell me what is easest way to add this module ?

Thank you, in my project it missed OpenId configuration (missing these tables)

and missing OpenIddictDataSeedContributor class because we upgrade our project from early version.

Do we need to have these all to get impersonation work? Is there any alternative way to get impersonation work without OpenId?

Showing 61 to 70 of 120 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30