function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
varunkaushish03@gmail.comvarunkaushish03@gmail.com 

OAuth 1.0a Error Remote Access Error

I'm trying to authenticate  a user via OAuth 1.0 from an external app. I have following options available 

 

Field in 3rd Party             Value I have specified

1) Your app's API key : - XXXXXXXXX - My App Key

2) Your app's secret :- #^#^#^#^#^#^# - My App Secret

3) Your app's request token url :- https://login.salesforce.com/_nc_external/system/security/oauth/RequestTokenHandler?oauth_callback=https://callback url to my 3rd party website

4) Your app's access token url :- https://login.salesforce.com/_nc_external/system/security/oauth/AccessTokenHandler

5) Your app's authorize url :- https://login.salesforce.com/setup/secur/RemoteAccessAuthorizationPage.apexp

 

Now every time i try to authenticate, I'been taken to login screen and after successful authentication, shown following error

secur/RemoteAccessErrorPage.apexp?oauth_error_code=1800

 

Cheers 
Varun

Mohith Kumar ShrivastavaMohith Kumar Shrivastava

Varun encountered same many times and hence i always go with oauth 2.0 instead.Any specific reasons why you want to go with 1.0?