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
bilal malikbilal malik 

Google Chrome Extension Salesforce

Hi all, i am using oauth authentication in my chrome extension. When i click my extension button "Login using salesforce", it redirects me to salesforce authentication screen in which i select my salesforce account.After authentication, i want to redirect it to "Html Page" which exists in chrome extension files.

By using salesforce oauth flow, it takes "Redirect Uri", so what should be the redirect uri so that it can redirect me to chrome extension html page?