OAuth authentication to Salesforce

Integrations

I am new to FlutterFlow and was wondering how you authenticate towards Salesforce with FlutterFlow. The idea is to login to Salesforce and get the users access token from Salesforce which which will then be used when making the api calls from cloud functions. I am passing the access token to cloud functions.

When starting the application the Salesforce login page is presented if the token is not available

There is no need for a login page because the Salesforce authorize endpoint already provides that (/oauth2/authorize)

What have you tried so far?

I have already setup a connected app in Salesforce which provides all the authentication information

I have this working already in a separate Flutter app but I am wondering how this is done in FlutterFlow because I would like to start using FlutterFlow to build the app

Did you check FlutterFlow's Documentation for this topic?
Yes
1
2 replies