Apache Shiro and SSO

前端 未结 2 1239
滥情空心
滥情空心 2021-01-12 05:32

Apache Shiro is a Java security framework and support SSO. And I have multiple sub-domains, each of which has separate application running. How can I use Apache Shiro web fi

相关标签:
2条回答
  • 2021-01-12 06:11

    For Shiro to support SSO, Cas is now deprecated, you need to use buji-pac4j library to support SSO using multiple protocols like SAML, OpenIdConnect, etc.

    0 讨论(0)
  • 2021-01-12 06:19

    I am not Shiro expert, but I will try to help you.
    According to my understanding Shiro does not provide SSO service out of the box. You need to use CAS filter as SSO service. Please look the following page that explain you how to define Shiro CasFilter: http://shiro.apache.org/cas.html

    0 讨论(0)
提交回复
热议问题