1

我正在开发一个 Java Spring MVC 应用程序,该应用程序使用 CAS 对用户进行身份验证,然后生成 JWT。该令牌被添加到 cookie 中,然后用户被重定向到本地运行的另一个应用程序。Spring 应用程序的 url 是http://localhost:8080/Authentication/. 用户被重定向到的另一个应用程序位于http://localhost:52554/。我的问题是为什么 cookie 不可用http://localhost:52554/?由于两个应用程序都在本地主机上运行,​​它们在同一个域上运行。我验证了令牌 cookie 设置为http://localhost:8080/Authentication/. 重定向到 后http://localhost:52554/,cookie 消失了。任何帮助在这里表示赞赏。

4

0 回答 0