Activities of "maliming"

hi

You can add a jwt authentication scheme by AddJwtBearer("your_jwt_schema", ...) and call the AuthenticateAsync of httpcontext


var result = await httpContext.AuthenticateAsync("your_jwt_schema");
if (result.Succeeded && result.Principal != null)
{
    ctx.User = result.Principal;
}

Yes, You can use the NullEmailSender.

hi

obtained token from External SSO Application

What kind of SSO application? Is the token a JWT token?

hi

You just need to add azure ad to mvc as an external login.

ok

hi

The ApplicationConfigurationDtoCacheAbsoluteExpiration of AbpAspNetCoreMvcClientCacheOptions is 300 seconds by default.

You can consider changing it to shorter. eg: 3 seconds.

ok, I will confirm that.

hi pierremih

Blazor wasm or blazor server?

hi

Some services are injected the Volo.Abp.Identity.IdentityUserManagerso your own will not work.

hi

You can try to replace the AbpSignInManager and IdentityUserManager and IdentityRoleManager.

https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Overriding-Services

Showing 6671 to 6680 of 11554 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.