Skip to main content

AssetCloud & InventoryCloud: Reenable WaspCloud username/password screen after SSO has been enabled - Knowledgebase / Cloud - Wasp Helpdesk

AssetCloud & InventoryCloud: Reenable WaspCloud username/password screen after SSO has been enabled

Authors list

Cloud On-Premise installations (can be performed by end users):

After Single Sign-On (SSO) authentication has been enabled on an On-Premise system, how can that be changed back to logging in with the WaspCloud username/password screen?

Run script in SQL Server Management Studio in order to enable logging in with both SSO and Wasp's username/password credentials.

/* begin script */
Update [WaspTrack].[dbo].[app_option]
set app_option_value = 'WaspCloud'
where app_option_code='1000'
/* end script */

==============================================================================

web tenants (i.e. not On-Premise) (can only be performed by Wasp Tech Support):

AdminCloud
edit tenant
Edit App Options button
Code column = 1000
At right, Edit button
set Value to WaspCloud
Update button

Helpful Unhelpful