Open jeremywhittington opened 3 years ago
Hi,
For Windows Server run Internet Information Services (IIS) Manager: InetMgr.exe
Start Page Server Sites Default Web Site <--- Click here
After double click at icone "HTTP Response Headers"
And add this item: Name: Access-Control-Allow-Origin Value: *
Restart your IIS and Ready, can be accessed normally without CORS error.
We are getting a CORS error when trying to authenticate against the token authorization endpoint. We are able to authenticate using the password grant type.
Code: