Skip to content
Snippets Groups Projects
Commit d3ded5b3 authored by Manuel Spuhler's avatar Manuel Spuhler
Browse files

No auth login bug fix

parent 68017001
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ public class SecurityApi {
}
if (!securityConfiguration.isAuthentication()) {
if (!userInfo.isFakeAuth()) {
if (userInfo.isFakeAuth()) {
response.setStatus(401);
}
String principalJson = "{\"principal\": \"anonymous\", \"name\": \"anonymous\", \"userAuthentication\": {" +
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment