Loading src/main/java/es/redmic/user/config/Oauth2SecurityConfiguration.java +1 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,7 @@ public class Oauth2SecurityConfiguration { http.cors().and().anonymous().and().authorizeRequests().antMatchers("/user/actuator/**").permitAll() .antMatchers(HttpMethod.GET, "/user/profile/").permitAll() .antMatchers(HttpMethod.GET, "/user/modules/openmodules/").permitAll() .antMatchers(HttpMethod.GET, "/user/superset/get-token/**").permitAll() .antMatchers(HttpMethod.POST, "/user/register/**/").permitAll() .antMatchers(HttpMethod.POST, "/user/feedback/").permitAll() .antMatchers(HttpMethod.POST, "/user/profile/resettingRequest/**/").permitAll() Loading Loading
src/main/java/es/redmic/user/config/Oauth2SecurityConfiguration.java +1 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,7 @@ public class Oauth2SecurityConfiguration { http.cors().and().anonymous().and().authorizeRequests().antMatchers("/user/actuator/**").permitAll() .antMatchers(HttpMethod.GET, "/user/profile/").permitAll() .antMatchers(HttpMethod.GET, "/user/modules/openmodules/").permitAll() .antMatchers(HttpMethod.GET, "/user/superset/get-token/**").permitAll() .antMatchers(HttpMethod.POST, "/user/register/**/").permitAll() .antMatchers(HttpMethod.POST, "/user/feedback/").permitAll() .antMatchers(HttpMethod.POST, "/user/profile/resettingRequest/**/").permitAll() Loading