We need to authenticate using both Header based and also Form based. Is this possible at all with Shiro?
If the Header contains a USER_NAME variable and comes from a specific IP range, than the user should be authenticated. If not, a classical Login Form needs to be presented to the user to input the name and password. In both cases, the same roles and permission set needs to be loaded, bound to that particular user name. Is the above scenario doable at all with Shiro? If yes, are there any examples how to achieve it? tnx. -- View this message in context: http://shiro-user.582556.n2.nabble.com/Header-Form-based-authentication-tp7579339.html Sent from the Shiro User mailing list archive at Nabble.com.
