Hello MS Access Expert,
I would like to know if it is possible to make API calls via VBA that meet the below standards:
Ability to adhere to TLS 1.2 encryption for HTTPS connection
Ability to support OAuth 2.0 JSON Web Token (JWT) Bearer Flow
I have a MS Access system that has been in operation for 20 years and would like to incorporate API calls to an external Salesforce system that requires the above technical specifications.
Thank you
I would like to know if it is possible to make API calls via VBA that meet the below standards:
Ability to adhere to TLS 1.2 encryption for HTTPS connection
Ability to support OAuth 2.0 JSON Web Token (JWT) Bearer Flow
I have a MS Access system that has been in operation for 20 years and would like to incorporate API calls to an external Salesforce system that requires the above technical specifications.
Thank you