10-25-2014 08:33 PM
http
.authenticationProvider(authenticationProvider())
.csrf().disable()
.sessionManagement().disable()
.securityContext().disable()
.authorizeRequests()
.anyRequest().authenticated()
.and()
.httpBasic();
10-27-2014 02:25 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.