hi
For IDX10204 error, you can try to set ValidIssuers as

Your token issuer is https://klir-sandbox-microservices-authserver.klir.com/
https://abp.io/support/questions/7780/Unable-to-Login-even-after-getting-token-using-angular-app#answer-3a14b350-0cd5-a71c-80ba-1b65d3b2ee39
But:
If you can write the identity model logs in administration microservice, that will be best.
I think your administration microservice doesn't request https://klir-sandbox-microservices-authserver.klir.com/.well-known/openid-configuration to get openid-configuration, maybe it use localhost?
https://gist.github.com/maliming/d275b332ad462e42b90f727196cdcf88#file-program-cs-L6-L10
hi
Can you share the har file during the whole process?
I will check your oauth flow
https://requestly.com/blog/how-to-generate-har-files-in-chrome-firefox-safari/
Thanks
Yes, we will improve it
hi
There are only two projects in your logs..
Can you share all logs.txt of your project?
App AuthServer WegGateway All Microservers.
[09:37:20 INF] Proxying to http://xxx-xxx-microservices-administration/api/abp/application-localization?cultureName=en&onlyDynamics=false HTTP/2 RequestVersionOrLower no-streaming
If you can write the identity model in administration microservice, that will be best.
https://gist.github.com/maliming/d275b332ad462e42b90f727196cdcf88#file-program-cs-L6-L10
Your access_token looks no problem
Thanks.
hi
Can you use redis instead of 127.0.0.1 in appsettings.json in docker environment?
"Redis": {
"Configuration": "redis"
},
ok, I will check it asap and share the solution
Enable the Debug logs.
Thanks
public class Program
{
public async static Task<int> Main(string[] args)
{
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Debug()
.MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
.WriteTo.Async(c => c.Console())
.CreateLogger();
hi
I didn't receive it. Can you share it by https://wetransfer.com/