SonarQube Cloud | Administering SonarQube Cloud | Managing the user accounts | Setting up Single Sign-On | Deleting SSO configuration
Deleting your Single Sign-On configuration
On this page
As an enterprise admin, you can delete your enterprise's SSO configuration in SonarQube Cloud either in the UI or via the Web API.
The SSO users will no longer be able to login after the deletion. Before proceeding with the deletion, ensure the following:
- For each organization in the enterprise, there is at least one organization admin account that doesn’t use the SSO authentication.
- There is at least one enterprise admin account that doesn’t use the SSO authentication.
In the UI
To delete your SSO configuration in the UI:
- In SonarQube Cloud, retrieve your enterprise.
- Select Administration > Single Sign-On. The Single Sign-On page opens.
- Select Delete. The Delete SSO configuration dialog opens.
- In the dialog, confirm the deletion.

Via the Web API
To delete your SSO configuration via the Web API:
- Use the
api/authentication/connections/delete
endpoint.
Related pages
Was this page helpful?