Hi, I’m trying to refresh my token from my SPA application that is running on localhost. I kept gettting an error saying :
Access to XMLHttpRequest at [… token endpoint… ] from origin [… localhsot …] has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
Even though I added my localhost:port in Okta configuration (Trusted Origins), still it’s not allowing the connection. I would like to ask if there is something I’m missing. Any thougths?