Knowledge Base
The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides

|
Enabling or disabling Single Sign On flow in Socialcast On Premise (2035248)
Purpose
Resolution
Activating the SSO flow
To activate the SSO flow:- Access the CLI on the Master Configuration node. For more information, see Accessing the Command Line Interface (CLI) in the Socialcast On Premise appliance (2008758).
- Run these commands:
sudo su - socialcast
/var/www/socialcast/script/rails runner -e production 'Tenant.first.update_attribute(:sso_entity_id, "entity_id")'
Whereentity_idis the correct IdP Entity ID from the PingFederate configuration.
Users visiting the community are now placed on the SSO flow, provided they have not already signed in.
Deactivating the SSO flow
To deactivate the SSO flow:- Access the CLI on the Master Configuration node. For more information, see Accessing the Command Line Interface (CLI) in the Socialcast On Premise appliance (2008758).
- Run these commands:
sudo su - socialcast
/var/www/socialcast/script/rails runner -e production 'Tenant.first.update_attribute(:sso_entity_id, nil)'
Users are now directed to the built-in sign-in form and are authenticated using the previous method (Local or LDAP).
See Also
Request a Product Feature
To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.
Actions
KB:
- Updated:
- Categories:
- Languages:
- Product Family:
- Product(s):
- Product Version(s):

