Refresh Token when using SSO

PLakinGA
Tera Contributor

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!

3 REPLIES 3

Sujatha V M
Kilo Patron
Kilo Patron

@PLakinGA  Please refer the below link for "Refresh Token",

 

https://www.servicenow.com/community/architect-forum/google-calendar-integration-with-servicenow/m-p...

 

Please mark this as helpful and accept it as a solution if this resolves your query.

Thanks,

Sujatha V.M. 

Please mark this as helpful and accept it as a solution if this resolves your query.
Sujatha V.M.

yad_achyut
Giga Guru

@PLakinGA : do you need to acquire refresh token which you can configure further or something else you are trying of >??

PLakinGA
Tera Contributor

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.