Move oAuth configurations to higher instances

uisp
Tera Contributor

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 ?

1 REPLY 1

Maik Skoddow
Tera Patron
Tera Patron

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