Spring Security and Shiro - How to authenticate a user in Security and pass a token to the Shiro

1

I have two web applications: the first web application is using Spring MVC and Security and it authenticates the user to the database. And it works very well, thanks.

The second web-app is using Shiro to login user in your database to grant the authorities and etc.

Question: How can I make login in the first application with Security and pass token CSRF , or another, Spring Security shiro and use it for your needs?

If you could send me a tutorials or examples of this, I would appreciate it.

    
asked by anonymous 04.10.2016 / 03:26

0 answers