I have an Angular project and use the oidc-client library.
Login just works fine, when calling this.userManager.signoutRedirect() on logout I get the following error:
Access to XMLHttpRequest at 'https://neuwirth.eu.auth0.com/oauth/revoke' from origin 'http://localhost:4200' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
locolhost is set under allowed CORS in the auth0 application.
Would you mind explaining what exactly the change is and how to apply it? I’m trying to fin where to configure the “configuration object” in my Auth0 tenant’s UI