You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For connector to work, it essentially needs Client ID, Client Secret and an OAuth Access Token, so Username, Password and Security Token can potentially be dropped. However, this requires a mechanism to authorize the user from the outside of the connector and pass the response to it.
With this issue, there is another thing to discuss. OAuth's tokens usually have a fixed expiration date. Without credentials and Refresh Token, connector cannot request for Access Token by itself while working and has to fail gracefully.
The text was updated successfully, but these errors were encountered:
Feature description
For connector to work, it essentially needs Client ID, Client Secret and an OAuth Access Token, so Username, Password and Security Token can potentially be dropped. However, this requires a mechanism to authorize the user from the outside of the connector and pass the response to it.
With this issue, there is another thing to discuss. OAuth's tokens usually have a fixed expiration date. Without credentials and Refresh Token, connector cannot request for Access Token by itself while working and has to fail gracefully.
The text was updated successfully, but these errors were encountered: