Angular calling Duende Identity Server and getting CORS Error Cross-Origin Request Blocked
I have an Angular 17 project that I’m working with and trying to set up SSO with the Dunende server that I created as well. In the Angular project I install the angular-oauth2-oidc package to make things simple. I followed the docs and see to have everything working on the front end, so I think. but I’m getting these error, which I know is because the Asp.Net Core Duende project isn’t allowing the Angular project to access it. If There are other files you would like to see please let me know.