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
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.