hi
new Uri(configuration["AuthServer:Authority"]!
What is the value of AuthServer:Authority
?
Please check it in your all src/Cincaporc.WebApp.AuthServer/appsettings.json(environment)
hi
Please share the code of your grant type.
hi
It seems this is an angular build error, right?
Ok, I'll check it out soon, but it may take a while. Thanks
hi
We are not familiar with yarp.
Can you search the 8080
global? Maybe it is in some configuration.
hi
Chaning the blazor project file as follows can make it compile.
What are the changes you have made?
hi
You already did it. You have the access_token, which means you have logged in.
hi
You can generate the openiddict.pfx in your local computer, and copy it to your https://github.com/Cincaporc/Cincaporc.WebApp/tree/development/src/Cincaporc.WebApp.AuthServer
in this way you don't need to generate the pfx in your pipeline.
hi
These are obtained by code flow. You are using a custom grant type.
You already have the access_token. You can call api to get any info.
hi
You can use Ajax, call the token endpoint to get the tokens, and then you can store them to local storage.