How to disable spring application login security?
I like to call Joget workflow web application (having spring based security) URL from my another web application. But I do not want to show login page to users. basically it should allow user to directly enter inside the application without login authentication.
Or How to do Single Sign on from my web开发者_如何学Capps to Joget (spring based apps) workflow application.
Joget application is using "j_spring_security_check" for user authentications.
Thanks in advance.
This looks like a Single Sign On scenario.
This answer might help you with that.
精彩评论