[Enhancement]: Appflow JWT support for Salesforce authentication #31306
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
prioritized
Part of the maintainer teams immediate focus. To be addressed within the current quarter.
service/appflow
Issues and PRs that pertain to the appflow service.
Milestone
Description
Appflow Terraform support for JWT way of authentication with Salesforce. AWS recently added this feature and looking to have this update in terraform appflow api also
AWS:
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/appflow/client/create_connector_profile.html
Hashicorp:
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/appflow_connector_profile#salesforce-connector-profile-credentials
Salesforce Connector Profile Credentials
• access_token (Optional) - The credentials used to access protected Salesforce resources.
• refresh_token (Optional) - The credentials used to acquire new access tokens.
• oauth_request (Optional) - The OAuth requirement needed to request security tokens from the connector endpoint. See OAuth Request for more details.
• auth_code (Optional) - The code provided by the connector when it has been authenticated via the connected app.
• redirect_uri (Optional) - The URL to which the authentication server redirects the browser after authorization has been granted.
• client_credentials_arn (Optional) - The secret manager ARN, which contains the client ID and client secret of the connected app.
Affected Resource(s) and/or Data Source(s)
Resource: aws_appflow_connector_profile
Potential Terraform Configuration
References
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/appflow/client/create_connector_profile.html
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: