Skip to content
Snippets Groups Projects
Commit 1bd4b7a2 authored by Baptiste Toulemonde's avatar Baptiste Toulemonde
Browse files

ok

parent 6e9e2f48
No related branches found
No related tags found
1 merge request!12Feature/oidc
......@@ -9,7 +9,6 @@ import javax.servlet.http.HttpServletResponse;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.annotation.Order;
......@@ -26,7 +25,6 @@ import org.springframework.web.cors.CorsConfigurationSource;
import org.springframework.web.cors.UrlBasedCorsConfigurationSource;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.smartharvester.controller.SmartHarvesterMappingController;
@Configuration
@EnableWebSecurity
......@@ -82,7 +80,6 @@ public class SmartHarvesterSecurityConfiguration extends WebSecurityConfigurerAd
private void logout(HttpServletRequest request, HttpServletResponse response,
Authentication authentication) {
// You can process token here
LOGGER.info("Auth token is - " + request.getHeader( "Authorization" ));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment