Postman tests up
[portal.git] / portal-BE / src / main / java / org / onap / portal / configuration / SecurityConfig.java
index c73f7d5..b9e6033 100644 (file)
@@ -83,7 +83,9 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
                       .permitAll()
                       .and()
                       .logout()
-                      .permitAll();
+                      .permitAll()
+                      .and()
+                      .httpBasic();
 
               http.csrf().disable();
               http.headers().frameOptions().disable();