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.
If you want to get the refresh_token at the same time, you can try to add an offline_access
scope.
hi
Can you try to generate and move the openiddict.pfx
file to https://github.com/Cincaporc/Cincaporc.WebApp/tree/development/src/Cincaporc.WebApp.AuthServer and test again?
hi
As a clarification, have you already obtained the token via the new grant type in angular?
hi
Can you create a new question? I will forward it to the angular team.