Application logout from Okta results in CORS error [No ‘Access-Control-Allow-Origin’ header is present on the requested resource]
I am having a frontend (angular) application calling a backend API hosted on AWS cloud. I am using Okta and federated auth with Azure AD. The API call routes through AWS API gateway with a custom lambda authorizer (custom node image) to the backend API.