Skip to content
Snippets Groups Projects
Commit 423f4bed authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

frontend redirect configurable

parent c88688f7
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
<constructor-arg value="/login/hbp"></constructor-arg>
<property name="authenticationSuccessHandler">
<bean class="org.springframework.security.web.authentication.SimpleUrlAuthenticationSuccessHandler">
<property name="defaultTargetUrl" value="http://frontend/home" />
<property name="defaultTargetUrl" value="${frontend.redirect}" />
</bean>
</property>
<property name="restTemplate">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment