Hi,

I have Java web application which calls another Shiro managed application
which will checks authentication.
Once authentication is done, I'm getting the Subject (Subject currentUser
=SecurityUtils.getSubject();).

Web Application is in  the same session calls.
Then web application requests another Rest API call after authentication. So
i'm checking the permission for this http call with shiro. But
SecurityUtils.getSubject() is null. Means isAuthenticated = false and
Principals =null. 


Please help me to resolve the issue.

Thanks

Nitin



--
Sent from: http://shiro-developer.582600.n2.nabble.com/

Reply via email to