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.