Restricting login to only SSO users
SSO users authenticate through your identity provider. Internal user accounts created in Striim, such as the default admin user, log in directly with a Striim username and password. To restrict login to only SSO users, deactivate all internal user accounts, so that the only way to log in to Striim is through your identity provider.
To restrict login to only SSO users:
Log in as an SSO user that is a member of the Global.admin group.
Disable the default admin user (see Disabling or reactivating the default admin user):
ALTER USER admin SET (ACTIVE:false);
Deactivate any other internal user accounts you have created:
ALTER USER <user_name> SET (ACTIVE:false);