We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can seem to get past the CORS issue
The text was updated successfully, but these errors were encountered:
Have you tried adding http://localhost:8080 in API > Trusted Origins?
Sorry, something went wrong.
Yes I did. I've tried about 40 different things at this point.
Access to XMLHttpRequest at 'https://blah.oktapreview.com/oauth2/default/.well-known/openid-configuration' from origin 'http://localhost:8080' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute. okta-auth-js.min.js:13 GET https://blah.oktapreview.com/oauth2/default/.well-known/openid-configuration net::ERR_FAILED
No branches or pull requests
I can seem to get past the CORS issue
The text was updated successfully, but these errors were encountered: