Skip to main content

I am unable to install an AppExchange package in one of our Salesforce sandboxes. The installation does not complete successfully giving me the error "Not Authorized" after my MFA when i tried to login with my sandbox  

 

Failed URL after login => 

{  

https://iis.digital.salesforce.com/services/oauth2/callback?state=eyJpaXN....QifQ&error=invalid_social_token&error_description=Could+not+acquire+access+token+from+authorization+code.

 

 

 

Get

 

 

2 件の回答
  1. 7月16日 17:44

     

    Got a Workaround: To bypass the AppExchange login flow, log into the target org first in the same browser, then paste the URL into the address bar. Because you authenticate directly to your own org here, this path skips the AppExchange/Trailblazer OAuth handshake entirely, which is what was throwing the invalid_social_token error.

     

    Production:

    https://login.salesforce.com/packaging/installPackage.apexp?p0=04tal00000738jNAAQ

     

    Sandbox:

    https://test.salesforce.com/packaging/installPackage.apexp?p0=04tal00000738jNAAQ

0/9000