---
title: "Salesforce Authentication issues"
slug: "salesforce-authentication-issues"
updated: 2024-02-29T07:27:59Z
published: 2024-02-29T07:27:59Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://success.panaya.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Salesforce Authentication issues

Experiencing issues authenticating your Salesforce Org?

![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/auth_error.png)

Please confirm the following:

1. Clear cache and cookies in your browser:  
MS Edge: [How to clear browsing data in MS Edge](/v1/docs/how-to-clear-browsing-data-in-microsoft-edge)  
Chrome: [How to clear cookies and cache in Chrome](/v1/docs/how-to-clear-cookies-and-cache-in-google-chrome)  
We recommend to also try using another browser, so if you used Edge, try using Chrome instead and the other way around.
2. Try again to authenticate, and instead of the custom URL, use the default URL for Salesforce: **[https://test.salesforce.com](https://test.salesforce.com)****![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/test_sf_url(1).png)**
3. Check if your Salesforce setup under **Session Settings** has the setting to **Enforce login IP ranges on every request**?  
![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/enforce_IP.JPG)This setting will prevent the authentication to Panaya to work, and you will need to add a specific IP range to this:  
- pas-emea.panaya.com - **176.34.151.62** (if you're using emea.panaya.com to login)  
- pas-us.panaya.com - **54.88.118.128** (if you're using my.panaya.com to login)  
 More information on how to set this up in Salesforce can be found here:  
[https://developer.salesforce.com/docs/atlas.en-us.securityImplGuide.meta/securityImplGuide/users_profiles_epui_login_ip_ranges_edit.htm](https://developer.salesforce.com/docs/atlas.en-us.securityImplGuide.meta/securityImplGuide/users_profiles_epui_login_ip_ranges_edit.htm)  
It is also advised to confirm that the authentication works by removing the checkmark from the "Enforce login IP ranges on every request" box and then test the authentication in Panaya.
4. Verify that the user you're using to authenticate your Salesforce Org has the [required privileges for metadata extraction](/v1/docs/required-salesforce-user-privileges-for-metadata-and-usage-extraction).  
If you still have issues after checking the required permissions, please [check the results of the query in this article](/v1/docs/how-to-check-required-privileges-for-metadata-extraction) and verify that all the required permissions are set to **true**.
5. In the Salesforce Org setup check the **OAuth and OpenID Connect Flows** options:  
The setting **Require Proof Key for Code Exchange Extension for********Supported Authorization Flows**should be set to **Off**![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/pkce(1).png)
6. Verify that **pop-ups**are **enabled**on your browser  
**Chrome**:  
Select the 3 dots in the top right corner > **Settings** > **Privacy and Security** (on the left) > **Site Settings**> under the **Content** header (scroll down to see it): ensure that **Pop-ups and redirects** are set to **Allow****![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/popup_chrome.jpg)**  
**Edge**:  
Click on the 3 dots in the top right corner > **Settings** > **Cookies and Site Permissions** (on the left) > select **Pop-ups and redirects** - either set to **allow**, or add **[*.]panaya.com** into the Allow list (if the default **Blocked** setting is on)  
![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/edge_popup.jpg)
7. Check the [Connected Apps OAuth Usage settings](/v1/docs/connected-apps-oauth-usage-settings) and verify that "Panaya" is not blocked  
![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/connected_apps.png)
8. [Validate the usage authentication permissions](/v1/docs/how-to-fix-usage-authentication-validation-with-salesforce)
