ok,
How can I reproduce the problem?
Can you test it with a brand new template project?
HI
GetQueryableAsync
var users = await (await _appUserRepository.GetQueryableAsync())
.Where(x => x...)
.FirstOrDefaultAsync();
hi
You can test in your dev environment without IIS.
2022-12-23 16:38:11.279 +08:00 Current time: '12/23/2022 08:38:11'.
There seems to be an 8 hour time difference.
Please check your server environment .
hi
ValidTo: '12/23/2022 04:40:03', Current time: '12/23/2022 08:38:11'.
The time seems wrong?
hi
I didn't get the logs yet
hi
administration-service.
hi
Please set IdentityModelEventSource.ShowPII = true;
IDX10223: Lifetime validation failed. The token is expired. ValidTo: 'System.DateTime', Current time: 'System.DateTime'.
There seems to be a problem with the application's clock
OK, I will check your logs.
hi
We are not familiar with AWS Cognito and cannot give any advice,
For the new AuthServer, it is more necessary to handle the claims. You can try to replace it, and you can always give feedback if you get specific problems.