如何修复 Keycloak 上的 CORS 问题

问题描述 投票:0回答:1

我在尝试访问令牌端点时收到此错误:

Access to fetch at 'http://localhost:9090/realms/XXX/protocol/openid-connect/token' from origin 'https://localhost:7001' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

我的访问设置如屏幕截图所示,我将

*
放在
Web Origins
上。我不知道我错过了什么,它应该允许任何起源。

enter image description here

keycloak openid-connect
1个回答
0
投票

只需将应用程序 URL“https://localhost:7001”放入 Web Origins 字段即可。应该可以解决。

© www.soinside.com 2019 - 2024. All rights reserved.