Assistance on understanding feasibilities to avoid repeated manual login
The requirement is to avoid repeated manual login.
Thus, need assistance on the following pointers as what is supported/feasible:
1. Is there a way to generate permanent access and refresh tokens that do not expire?
2. If not, is there any permanent code/secret/token that can be used to avoid login process to SaaS during the 2 step OAuth2 authentication process?
3. If none of the above are feasible, is the user allowed to use scripts to perform login?
