query fix & controller build fix
This commit is contained in:
parent
4a1d6f4cc8
commit
d15516f0ef
3 changed files with 5 additions and 3 deletions
|
@ -392,7 +392,7 @@ AuthInfo PostgreSQL::getSSOAuthInfo(const nlohmann::json &member, const std::str
|
|||
exit(6);
|
||||
}
|
||||
|
||||
r = w.exec_params("SELECT org.client_id, org.authorization_endpoint, org.sso_version "
|
||||
r = w.exec_params("SELECT org.client_id, org.authorization_endpoint, org.sso_impl_version "
|
||||
"FROM ztc_network AS nw, ztc_org AS org "
|
||||
"WHERE nw.id = $1 AND nw.sso_enabled = true AND org.owner_id = nw.owner_id", networkId);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue