Hi, I am using angular 11 app and have just set up okta authentication. I am not able to call even a single api after that. I am getting 403 Forbidden CORS error fir the api calls, which before okta integration were successful. I have even set ‘Access-Control-Allow-Origin’: ‘*’ in headers.
I am using “@okta/okta-angular”: “^3.0.1”.
I assume you’re just using Fetch to make these calls then?
If its not an Okta API, you will have to look into whatever documentation you have about this endpoint and how/if it supports CORS, not sure that we can help you resolve it here.
If the call is being made from your own application and is going out to another service, I don’t see there being anything to update within Okta to get this working.