2

您能否给我一个提示,如何同时在几个 Web 应用程序上授权用户?

我有:

  • 耳朵
    • 战争 1 (example.com/)
    • 战争 2 (example.com/shop/)
    • ...
    • WAR n (example.com/forum/)

每个 WAR 都是基于 Spring MVC (+Security) 的应用程序。用户在 WAR 1 上被认证和授权。当他切换到任何其他 WAR 时,他必须再次通过认证。如何绕过它?

4

1 回答 1

2

为此,您应该使用spring security 的CAS功能。

于 2012-07-26T11:23:49.663 回答