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
Richard WebbRichard Webb 

Oauth with Community redirect not working

Hi,

I am trying to use Oauth with my Community in sandbox. Based off of the documentation at https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/quickstart_communities.htm, I redirect to 
https://doctest-fincadsupport.cs51.force.com/customers/services/oauth2/authorize?response_type=token&client_id=ClientID&redirect_uri=redirectURI,
but all I get is a page saying "https://doctest-fincad.cs51.force.com/Support is under construction".  The Community is active in the sandbox.
I thought that perhaps /Support/ needed to be included in the URL because that is the community name, but that brings me to "Page Not Found". 

Is there somethin within the Community I need to set?

 
Richard WebbRichard Webb
I found from documentation that I do need to include the path, So I am redirecting to
https://doctest-fincadsupport.cs51.force.com/Support/customers/services/oauth2/authorize?response_type=token&client_id=ClientID&redirect_uri=redirectURI, but am getting this page below. 
User-added image