You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However I'm facing an issue, deploying it on tomcat with a context path breaks authentication. For some reason it always says that authenticate url is forbidden.
Did you have this issue?
The text was updated successfully, but these errors were encountered:
Think I found out why, spring spring-security-csrf-token-interceptor needs to have the actual app url reference. Default is '/'. When using with a context we need to configure this base url.
Hi Jhades,
great code!
However I'm facing an issue, deploying it on tomcat with a context path breaks authentication. For some reason it always says that authenticate url is forbidden.
Did you have this issue?
The text was updated successfully, but these errors were encountered: