I'm attempting to use Outh authentication for my PHP request to Salesforce but I can't get my ClientID and SecretID for my app.
I normally have an option to View these values but for some reason I'm unable to view them with an administrator login.
I created a new App and was able to get the credentials successfully, so I know it's not the account permissions preventing me from accessing this information.
Does anyone with experience of Salesforce have any experience with an inability to get these details?
Thanks!
Unable to get Salesforce ClientID and SecretID
520 Views Asked by RichardManson At
2
There are 2 best solutions below
0
RichardManson
On
thank you for writing back to me regarding the issue.
The issue I encountered was trying to get the API credentials for an existing app but I was able to create a new App which is posting the Leads successfully into the system.
So the answer to my problem was that the original app was misconfigured when it was created and I was able to create a new App to resolve the problem.
Related Questions in OAUTH-2.0
- discord.py - Oauth2 - join user to guild
- Implementing Incremental consent when using both application and delegated permissions
- Verifying Google Identity OAuth2 token with Ruby
- spring security error Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: s
- Encountering HttpError 403 and 500 When Using Google Sheets API with Service Account
- get refresh token in axios interceptor
- spring error exception with oauth2 and securityconfig
- What oauth 2.0 endpoint is used to validate a bearer token
- Not enough permissions to access API request https://api.linkedin.com/v2/me
- How to specify the client ID and redirect URI in Swagger OAuth2.0 configuration for Swagger UI?
- OAuth2 PHP change invalid_token response
- Call Databricks API from an ASP.NET Core web application
- Secure to share Access Token over public API using CORs?
- How to use Oauth in order to log‑in on .googleapis.com on almost any arbitrary endpoints domains from the web browser?
- OAuth access token attribute based reverse proxying of http ressources
Related Questions in SALESFORCE
- UI Component(Table Rows) Taking Too Much too in LWC
- Twilio Salesforce integration (Chat Transcripts)
- How can I automatically apply dark and light themes using the Lightning Email Template Builder in Salesforce based on the user's system preferences?
- Sending Slack Message to channel from salesforce flow
- How to redirect to parent object after child record creation
- Creating File in Drag and Drop Enabled File Cabinet in Netsuite using Rest API from Salesforce
- tsql functions like REPLACE() failing in azure data factory pipeline connected to salesforce
- An unexpected error occurred. Please include this ErrorId if you contact support: 1878486530-323938 (1541428280)
- My requirement is that I have to create DLRS for 'the date when the most recent email was received'
- Declarative Rollup Summaries Deployment
- Trouble updating a Field in Salesforce via a Python Script
- Why custom favicon for Salesforce-powered website not showing consistently in Google search results
- Salesforce chatter photo upload trigger
- Disable Azure DevOps Pull Request being completed when Using Copado
- AppFlow s3 to Salesforce upsert fails
Related Questions in CREDENTIALS
- what really controls the permissions: UID or eUID?
- Error on Google Sign In CredentialManager, using Jetpack Compose
- Windows Custom Credential Provider is not displaying tile on logon for all users in a pc
- How do I list which Jenkins credentials used per pipeline in the script console?
- How to correctly implement passkeys for web?
- Chrome flag #filling-across-affiliated-websites vs #filling-across-grouped-sites
- mail jakarta send whit proxy
- multiple azure chatbots doesn't authenticate
- Access AWS Secrets Manager with IMDSv2 set to required
- I'm using NextJs with Auth.Js version 5, How can I retrive the access_token upon sign in so as to make further API calls
- I want to convert the encrypted user login creds to tamil language and store in mysqll db
- Install a private package with credentials from requirements.txt
- Access a UNC path with .NET Core Web API
- Error retrieving files from sharepoint via python
- PayPal bearer resets after x amount of seconds
Related Questions in SALESFORCE-LIGHTNING
- UI Component(Table Rows) Taking Too Much too in LWC
- How can I automatically apply dark and light themes using the Lightning Email Template Builder in Salesforce based on the user's system preferences?
- Error in running apex code in vs code studio
- Declarative Rollup Summaries Deployment
- Trouble updating a Field in Salesforce via a Python Script
- User object Expressions not working in B2B Commerce LWR site
- Lightning-datatable: Inline editing with checkbox doesn't work
- What is the CSS @Page Property Selector to access the last page of the PDF? Do we have :last() selector in CSS?
- How to remove the default notification hover tooltip of salesforce CRM?
- Why the Visual Force page request is called twice when used window.open JS from LWC?
- Extracting and Storing Code Parameter After Logging In on Flutter App
- Generating barcode image in salesforce apex email with a generated sting in flows
- Not able to get the element using any of the locator in JS or in Selenium. This is salesforce website. Looks like they have protected by some means
- Save successful Authorize.net payment details in Salesforce
- How to hide or encrypt the payloads when API calling is made from js of LWC?
Related Questions in CLIENTID
- Does changing the clientId will make Kafka to consider it as new consumer and perform rebalancing?
- GA4 client_id Dimension and BigQuery user_pseudo_id Showing as N/A
- How to get client Id through nginx
- how to randomize value from parameter field and use?
- How to authorize client application in Azure AD B2C
- how to get Client id and client secret at yahoo developer portal
- Replace AWS Cognito App Client ID during OAuth2
- Web crawling with Naver client ID: Why is my ID invalid and how can I fix it?
- GA4 Client ID don't match the UA Client ID
- Google Console Cloud Create credentials OAuth Cliend ID has error
- Trying to connect a Python program to Sharepoint REST API using Client ID
- Unable to get Salesforce ClientID and SecretID
- Refresh token in Google client ID
- How to Grab Google Client ID when GA3 and GA4 are both on the same page
- Which other organisation data shared to Azure application owner
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Is it a normal app created in this org or managed connected app, coming from installed package? You can't see secrets of managed app.
For normal app they're hidden behind a button. For me clicking it takes me to email challenge (provide OTC or one-time code we've sent to your mailbox). Completing that I can access the page with key and secret I can copy-paste.
Your user might be misconfigured. Try to fish around with browser's source inspector, maybe the button's there but doesn't render?
Is your email valid in this org (maybe it's a fresh sandbox with ".invalid")? Do you use Multi Factor Authentication? Do you think you have "high assurance session" configured when accessing certain areas of setup? Can be in Setup -> Session Settings or in your Profile