I have some 3rd party SPRING MVC application where I have provided links to some content pages in my application, how would I redirect the user to this content pages in my application when the link is being hit from the 3rd party application?
Is their any configuration or security related feature in spring MVC which does this kind of mapping?
I can write a controller to grab the request url and accordingly redirect to content pages, but is there any better solution to the problem ??
- No one could answer the above problem and let me tell you'll it's not duplicate of any other question on stackoverflow.
For people who could not answer the question and simply pointed that it's duplicate, I have mentioned the answer below to improve their knowledge.
Answer :- Spring my authentication success handler can be extended with SavedRequestAwareAuthenticationSuccessHandler which solves my problem and question....so simple and no one on stackoverflow could get it :)