What does your stack look like? Are you using the Shiro Servlet Filter? What type of authentication are you using?
On Mon, Mar 12, 2018 at 9:52 AM, nitincn <[email protected]> wrote: > 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/ >
