Hi, We have an application where the front end is coded in php, which talks to backend webapp. We wanted php code to call the backend service to login and authorize the user, as part of the authorization, we want to return all the roles and permissions of the user as response to php, so that it can be cached and used subsequently. Unfortunately, I couldn;t find any api that is exposed by Shiro. Any specific reason has to why this functionality was not provided ? or Am I missing something here ? Is there a way we can achieve this using features provided by shiro ? or Do we have to add custom implementation to fetch roles and permissions after successful login ?
Regards, Sudheer.
