Learn more about the four authentication methods offered by Finch — OAuth, Credentials, API token, and Assisted.
connection_id
parameter allows the employer to bypass the steps of Finch Connect they’ve already completed when re-authenticating.
Remember this will create a new access_token
for your user that will be to be updated. Make sure to save this new token in your database.
401
and a finch_code
of reauthenticate_user
.
In the Finch Dashboard, you can view all connections that require re-authentication on the Connections page. If any connections require re-authentication, a banner will appear at the top of the page. Simply click the banner to filter the connections that require action from the employer.
connection_id
parameter. You can find the connection_id
of your customer by calling the /introspect endpoint with their access_token
.
Below are a couple of options to present the re-connection flow to your users:
redirect_uri
that redirects them back to their application dashboard after a successful reconnection. Learn more about redirecting your users to Finch Connect.