Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
ffds-smart-harvester
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EOSC-Pillar
FFDS
ffds-smart-harvester
Commits
1bd4b7a2
Commit
1bd4b7a2
authored
3 years ago
by
Baptiste Toulemonde
Browse files
Options
Downloads
Patches
Plain Diff
ok
parent
6e9e2f48
No related branches found
No related tags found
1 merge request
!12
Feature/oidc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/com/smartharvester/config/SmartHarvesterSecurityConfiguration.java
+0
-3
0 additions, 3 deletions
...harvester/config/SmartHarvesterSecurityConfiguration.java
with
0 additions
and
3 deletions
src/main/java/com/smartharvester/config/SmartHarvesterSecurityConfiguration.java
+
0
−
3
View file @
1bd4b7a2
...
...
@@ -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"
));
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment