abdullahshaqaliah
abdullahshaqaliah
@maliming ???
@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...
I already login by Swager then I make request by API
@maliming See the picture why the current user is not login and not hold IsAuthenticated and id and user roles?? 
I used this PackageReferences with microservices ` `
If you see the user token already have user information 
@maliming See the claims already hold all user information the problem with ICurrentUser is not hold all user information 
@maliming ???
`[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??