• SAgent
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hello everyone,

I'm not a salesforce developer, but I have an external application that has to authenticate users against Salesforce community application using oauth2.

I'm redirecting the user to the authorize url in the format COMMUNITY_url/authorize?
2response_type=code&client_id=your_app_id&redirect_uri=your_redirect_uri, but when the user logs in, it's getting redirected to the communites landing page instead of the url in redirect_uri.

Thanks for your help!
Jose
  • November 19, 2018
  • Like
  • 0
Hello everyone,

I'm not a salesforce developer, but I have an external application that has to authenticate users against Salesforce community application using oauth2.

I'm redirecting the user to the authorize url in the format COMMUNITY_url/authorize?
2response_type=code&client_id=your_app_id&redirect_uri=your_redirect_uri, but when the user logs in, it's getting redirected to the communites landing page instead of the url in redirect_uri.

Thanks for your help!
Jose
  • November 19, 2018
  • Like
  • 0