abdullahshaqaliah

Results 26 comments of abdullahshaqaliah

@maliming Did you see the picture ??? why other information like Id and roles not sent with the access token with Abp 7 it's working after just upgrading to 8...

@maliming See the picture why the current user is not login and not hold IsAuthenticated and id and user roles?? ![WhatsApp Image 2024-01-30 at 2 47 34 PM](https://github.com/abpframework/abp/assets/32832840/94e71ced-aca3-4ec8-86fa-4fe6989cb917)

If you see the user token already have user information ![image](https://github.com/abpframework/abp/assets/32832840/cb634709-c487-4267-985d-51a6e1e60a54)

@maliming See the claims already hold all user information the problem with ICurrentUser is not hold all user information ![WhatsApp Image 2024-01-30 at 3 08 17 PM](https://github.com/abpframework/abp/assets/32832840/276a0707-0881-4c90-afc6-cd2941ba2aec)

`[DependsOn( typeof(AccountServiceHttpApiModule), typeof(TenTimeSharedHostingSettingsModule), typeof(AccountServiceApplicationModule), typeof(AdministrationServiceEntityFrameworkCoreModule), typeof(AccountServiceEntityFrameworkCoreModule), typeof(AbpIdentityAspNetCoreModule), typeof(AbpBackgroundJobsRabbitMqModule), typeof(AbpEventBusRabbitMqModule), typeof(AbpDistributedLockingModule), typeof(AbpHttpClientIdentityModelWebModule), typeof(TenTimeRedisOMRepositoryModule), typeof(AbpSecurityModule), typeof(TenTimeSecurityModule))]` ` private void ConfigureAuthentication(ServiceConfigurationContext context, IConfiguration configuration) { context.Services.AddAuthentication("Bearer").AddJwtBearer(delegate (JwtBearerOptions options) { options.Authority = configuration["AuthServer:Authority"]; options.RequireHttpsMetadata...

@maliming its working Where is the problem there need any module to load??