How to share access token with multiple users

Subramani3
Giga Contributor

Hi All,

In a scoped application, I am connecting with Third Party APIs using access token. The access tokens are generated by consuming the servicenow oauth2.0 methods. 

I would like to maintain one access token and one refresh token in the environment which can be used by any user. Similarly when the access token and refresh token has expired, new tokens can be generated by any user.

Currently when I am generating an access token, it can be consumed only by that specific user and admin role. However, it cannot be consumed by any other user.

Any information will be really helpful. Thanks in Advance.

5 REPLIES 5

Subramani3
Giga Contributor
Hi All, I tried to use a scheduler to generate the token. The token were now created by "system". However, I observed that they are not able to be accessed by any user except the admin.