We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e301401 commit 6eeace8Copy full SHA for 6eeace8
src/Parsers/Access/ParserCreateUserQuery.cpp
@@ -88,10 +88,10 @@ namespace
88
expect_public_ssh_key = true;
89
else if (check_type == AuthenticationType::HTTP)
90
expect_http_auth_server = true;
91
+ else if (check_type == AuthenticationType::JWT)
92
+ expect_claims = true;
93
else if (check_type != AuthenticationType::NO_PASSWORD)
94
expect_password = true;
- else if (check_type != AuthenticationType::JWT)
- expect_claims = true;
95
96
break;
97
}
0 commit comments