hello everyone, i'm new. I integrate success with ...
# general
h
hello everyone, i'm new. I integrate success with NetSuite by using OAuth 2.0 , i using refresh-token code to get new token when it expire. But the refresh-token alway expire after 7 days. and i need to re-do the Authorization Code Grant Flow again to get new refresh-token. Is there the way to get long live token can’t be expire and automatic get new refresh-token via api?
m
In 2021.2 release there is a new OAuth 2.0 client credentials flow that I believe will remove the need for UI interaction every 7 days
h
do you now when 2021.2 will apply?
m
Depends which release phase your account is in. You can check on the new release portlet in home dashboard.
❤️ 1
s
@michoel are you referring to CLIENT CREDENTIALS (MACHINE TO MACHINE) GRANT or is there anything else that would allow extending the expiration window
m
Yes was referring to client credentials flow