Most definitely! Stormpath (http://www.stormpath.com) - for example - is a User Management & Security SaaS secured by Shiro. Large banks, stock exchanges, telcos and government organizations (and many others) use Shiro to secure many of their online apps as well.
For your particular question, see Shiro's simple sample web app as an example: https://svn.apache.org/repos/asf/shiro/branches/1.2.x/samples/web/ It demonstrates the exact functionality you are asking about. HTH, -- Les Hazlewood | @lhazlewood CTO, Stormpath | http://stormpath.com | @goStormpath | 888.391.5282 On Sun, Jun 9, 2013 at 4:31 AM, minigold <[email protected]> wrote: > I am trying to implement the security layer in a SAAS application. I would > like to use shiro and want to make sure that shiro can meet our > application's requirement or not. > > hello ! Is there such a kind of support in shiro. > for example. > I try to access to the page without logging in. > http://www.example.com/user/profile <http://www.example.com/user/profile> > so it will be redirected to the login page again because I am not > authenticated yet. And I try to login with correct username and password. > As > soon as after I login, it should redirect directly to the page ( > http://www.example.com/user/profile <http://www.example.com/user/profile> > ) > that I tried to reach before I login without going to the default login > success page( http://www.example.com/user/dashboard > <http://www.example.com/user/dashboard> ). > What I want to ask is can I tell shiro to remember the link that the user > wanted to access and redirect directly to it right away after the user > login. > > Thank you so much. Sorry if my english is not good enough to figure out > what > I want to say. > > > > -- > View this message in context: > http://shiro-user.582556.n2.nabble.com/Is-shiro-save-to-use-for-security-layer-of-a-SAAS-web-application-tp7578829.html > Sent from the Shiro User mailing list archive at Nabble.com. >
