Refresh Token when using SSO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2024 03:23 PM
Is there a method of acquiring a refresh token for OAuth2 that can be done with a service account when you're using SSO?
I've never had to use refresh tokens before for integrations, and the only documented method I've found requires a user account to connect using SSO to authorize the access, which then causes updates using that refresh token to reference the account that authorized the access. i.e. when the integration makes changes, it logs me as the account that made the updates.
Any help is appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2024 11:07 PM
@PLakinGA Please refer the below link for "Refresh Token",
Please mark this as helpful and accept it as a solution if this resolves your query.
Thanks,
Sujatha V.M.
Sujatha V.M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2024 02:23 AM
@PLakinGA : do you need to acquire refresh token which you can configure further or something else you are trying of >??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2024 06:45 AM
Thank you both for replying. This ended up being easier than I expected. Rather than fool with another account, I went to Manage Tokens and changed the user account associated with the token after the fact.