• Drew Macdonald
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
We have been getting an OAuth 1800 error for the past week or so in our Android app. We are using the Salesforce Mobile SDK to manage our OAuth login flow.

This error comes after the user has tapped on the 'Allow' button on the 'RemoteAccessAuthorizationPage.apexp' page. After the user taps the button, the form makes a post to the 'AuthorizationPage', but instead of completing the login, we are seeing the following;

It appears that we are getting a 302 redirecting us to the following URL;

/_ui/identity/oauth/ui/AuthorizationPage?sdtd=1

and then we get sent to the '/setup/secur/RemoteAccessErrorPage.apexp?oauth_error_code=1800', which presents us with an Error Code 1800.

This did not start occurring until Wednesday last week at 9:00 PM EST. This would have been around March 9th or 10th.