I have been implemented send email with FNC CloudPack to OutLook in Azure. Technically everything works fine.
But now there is a change request to automate login.
First time a user send email browser is started and user need to login.
We want to remove that step.
I found XOAuth2 protocol that seems to be an extension to OAuth2 that can do this automation by periodically refresh the token ?
Is this possible with FNC CloudPack.
I found TMS Sphinx. is it possible with this one ?
Please be aware that a first-time login is necessary to authenticate the user and authorize their associated account. This behavior is in accordance with the OAuth 2 protocol standard.
In the TMS FNC Cloud Pack, as long as a valid access token is available, the login screen will not appear again. If the access token expires, it will be automatically refreshed if a valid refresh token is present. If neither a valid access token nor a refresh token is available, the login screen will be displayed.
Once a valid access token and refresh token is obtained from the service it can be automatically persisted. This is explained in the online doc:
The TMS Sphinx product can be used to build your own authentication server, not to access existing ones.