- 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: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:16 AM
Thank you so much! I added it. Is there anything else I should be adding to the exclude table list that I should be aware of?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 08:25 AM
There is nothing else I can think of, but it may be worth opening a question with ServiceNow support in Hi to confirm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 08:33 AM
Thank you so much. I have opened a ticket with HI but I don't expect them to answer anytime soon.