zato sso create-odb

Overview

Creates all the SQL objects needed for Single Sign-On features to work correctly.

By default, unless this command is used, all the SQL objects are created along with other tables and objects that Zato ODB uses.

Using this command, however, it is possible to create a separate ODB environment for SSO alone, for instance, if the main Zato database and SSO one should be distinct, e.g. one should use MySQL and the other PostgreSQL.

Usage example

$ zato sso create-odb postgresql localhost 5432 zato_sso1 zato_sso_db1

SSO ODB database password (will not echo):
Password again (will not be echo):
SSO ODB created successfully
$