- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2022 01:13 PM
Does anyone know how to automate the rotation of API Key used for credentials?
Solved! Go to Solution.
- Labels:
-
Orchestration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2022 01:17 PM
Apologies for not reading correctly,
If there is no OOB functionality to auto update your sys_alias record, then you should be able to use Glide.
If the key is renewed within a token renewal payload?
I would think it possible to use 'OAuthUtil' script extension to manage population of your updated key via 'postprocessAccessToken'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2022 12:38 PM
Oh okay, you are referring to OAuth 2.0, I'm referring to API Key credentials.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2022 01:17 PM
Apologies for not reading correctly,
If there is no OOB functionality to auto update your sys_alias record, then you should be able to use Glide.
If the key is renewed within a token renewal payload?
I would think it possible to use 'OAuthUtil' script extension to manage population of your updated key via 'postprocessAccessToken'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2022 01:58 PM
Thanks, probably will switch it from API Key to OAuth.