- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 07:38 AM
This is a Re-post to the Developer forum from Admin... in case I should have posted here instead...
-------------
Hi all,
I have searched high and low for this and cannot find any direct answer. The closest I got was a link posted by Aaron that no longer exists:
We use SSO on PROD and I am under the impression that if we clone to a TEST instance, the login method will become the same as PROD and therefore mess it all up. Basically, we need to prevent SSO properties from getting cloned and overwritten.
I know I need to create Preserve Data in the target instance. I have the list of the tables to preserve the Users:
sys_user
sys_user_role
sys_user_group
sys_user_grmember
sys_user_has_role
sys_group_has_role
sys_user_role_contains
What I am asking for is a list of tables I need to create in Preserve Data in the TEST instance to preserve SSO... any help is highly appreciated.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 08:11 AM - edited 10-18-2022 08:13 AM
If it is not already excluded, I would think excluding the sys_certificate table would prevent this.
Also the sso_properties table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 08:38 AM
Hi sorry... did you mean the sys_properties? I can't find a sso_properties table... Thanks again.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 08:40 AM
type sso_properties.list in the filter navigator, it should open a table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 09:02 AM
Got it! Thanks! It's actually already pre-included, we just can't see it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 10:44 AM
For anyone finding this thread in 2024, here is the current version of the answer:
https://docs.servicenow.com/bundle/washingtondc-platform-administration/page/administer/managing-dat...