diff --git a/src/pages/docs/salesforce-testing/connected-app.md b/src/pages/docs/salesforce-testing/connected-app.md
index 8750b947..743db1df 100644
--- a/src/pages/docs/salesforce-testing/connected-app.md
+++ b/src/pages/docs/salesforce-testing/connected-app.md
@@ -51,13 +51,19 @@ Creating a connected app is important to link external applications and the Sale
| - Other input fields are optional.
5. In the **API** section, select the **Enable OAuth Settings** checkbox to set **Callback URL** and **Selected OAuth Scopes**. The **Selected OAuth Scopes** are mandatory in the **Connected App** to connect & download the metadata.
+
+ - Use this Callback URL: https://salesforce-callback.testsigma.com/authorize
+
+
![API Details](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/sfcaapiinfo.png)
6. Click on **Save**.
![Save](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/sfcasave.png)
[[info | **NOTE**:]]
-| A connected app is limited to only a few approvals. The system can revoke the oldest approval when the limit exceeds automatically. As a best practice, you can create a different connected app for each new application connection/connection.
+| - A connected app is limited to only a few approvals. The system can revoke the oldest approval when the limit exceeds automatically. As a best practice, you can create a different connected app for each new application connection/connection.
+| - Some Salesforce editions do not have API access. Generally, these editions are not used in development or production environments, and it is not possible to create connections within them.
+| For more information on these editions, refer to [Salesforce editions with API access](https://help.salesforce.com/s/articleView?id=000385436&type=1).
---
diff --git a/src/pages/docs/salesforce-testing/metadata-connections.md b/src/pages/docs/salesforce-testing/metadata-connections.md
index d8690f88..456f5105 100644
--- a/src/pages/docs/salesforce-testing/metadata-connections.md
+++ b/src/pages/docs/salesforce-testing/metadata-connections.md
@@ -57,6 +57,7 @@ In Testsigma, you can create a Salesforce application and establish a Metadata c
- Choose the **Authentication type** from the dropdown. In this example, we are choosing **OAuth 2.0**.
![Authentication](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/sfmdatype.png)
+
ℹ️Authentication Types:
@@ -64,9 +65,13 @@ In Testsigma, you can create a Salesforce application and establish a Metadata c
There are two ways to Authenticate:
- User name & Password: For User name & Password, enter Username, Password, Security token, Consumer key, and Consumer secret.
- - OAuth For OAuth, enter Username, Consumer key, Consumer secret and Callback URL.
+ - OAuth: For OAuth, enter Username, Consumer key, and Consumer secret.
+
- Callback URL: https://salesforce-callback.testsigma.com/authorize
+
+
-
+
+
- Click on **Authorise & Connect**.
![Authorise](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/sfmdaaaut.png)