-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SF Inspector with a Connected App in Firefox #137
Comments
Hi @kkorynta, |
@tprouvot One of the users I was testing with had this produced: If I hit generate token, I get this interesting URL:
|
Hi @kkorynta, I updated the extension on the firefox store and tried to set an extension id without success. And you're right, the redirect url contains "chrome-extension" since the functionality was designed only on chrome so I have to detect browser to build the url. From now I have no other solution to migrate to chrome. |
Thank you for taking the time to look into this. I'll keep an eye out if it becomes possible in the future. |
Hi @kkorynta, Now the generate token url is fixed, you would be able to create a connected app for each user (since we have different extension id for each install) FYI the fixed is not deployed on the firefox store but can be if this workaround suits your for the moment |
@tprouvot With this workaround, could we have multiple callback URLs listed instead of a connected app for each user? That's how I configured the Chrome side of it to work for each of our pipeline environments. If we could swing that, then that would work. We can just document the Ids for now and then inform them of what happens if they uninstall. |
Yep that could work 👍 |
You're the best. Tyvm!! |
Hey @kkorynta, |
@kkorynta Extension updated on the store |
Is your feature request related to a problem? Please describe.
We have API access controls in salesforce where we force users to authenticate through a Connected App. Our Firefox users are unable to authenticate following similar instructions here: https://github.com/tprouvot/Salesforce-Inspector-reloaded/wiki/How-to#use-sf-inspector-with-a-connected-app
Describe the solution you'd like
I'd like for our Firefox users to be able to continue to use their browser of choice.
Describe alternatives you've considered
Alternative is to force them into Chrome.
Additional context
It looks like firefox "extension Ids" are different per user/machine.
The text was updated successfully, but these errors were encountered: