We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0a5cc commit 6e21b15Copy full SHA for 6e21b15
pic-sure-auth-services/src/main/java/edu/harvard/hms/dbmi/avillach/auth/config/SecurityConfig.java
@@ -60,7 +60,8 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti
60
"/swagger.json",
61
"/user/me/queryTemplate",
62
"/user/me/queryTemplate/**",
63
- "/open/validate"
+ "/open/validate",
64
+ "/logout"
65
).permitAll()
66
.anyRequest().authenticated()
67
)
0 commit comments