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
AndrewTaylorAndrewTaylor 

Testing Connected App with Community User

How can I test an Oauth 2.0 authorization for a Connected App for a Community User?

I've followed the directions at https://jdspaceit.wordpress.com/2016/09/26/using-postman-for-testing-salesforce-rest-apis/comment-page-1/ , which works fine for a standard login experience. However, trying to use my community url for the authorization and token ur (e.g. https://mycommunity.naXX.force.com/services/oauth2/authorize) just gives a non-descript error in Postman (Could not complete Oauth2.0 login).