Move oAuth configurations to higher instances
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2023 05:40 AM
I need to move the OAuth configurations from dev to higher instances. This includes all OAuth configurations like Application Registry, scopes etc.
The client secret is encrypted (In Application Registry) and upon moving via update set to higher instances, the client secret shows the encrypted value alone and dosent work.
What is the propery way to move the oAuth configurations to higher instances ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2023 09:19 AM
Hi @uisp
Since several family release, values of password2 fields are encrypted with the KMF framework and as result each instance has its own keys for de-/en-crypting. To enable the target instance decrypting a password, you also have to send the keys. Refer to page https://docs.servicenow.com/bundle/vancouver-platform-security/page/administer/key-management-framew... for more information.
Maik