Know-Legal Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Cannot connect a Salesforce org using Authorize an org in VS Code

    salesforce.stackexchange.com/questions/249857

    There's a different login flow that's intended for other devices where this local webserver setup isn't feasible, but it's actually a great way of dealing with this exact issue on desktops too! You may need to use the command line directly instead of invoking via the command palette, but it's a simple command: sfdx force:auth:device:login

  3. Customise Salesforce Login Screen

    salesforce.stackexchange.com/questions/226074/customise-salesforce-login-screen

    Yes. We can customize the Salesforce Login page if the org is using My Domain Feature. We can use the custom logo and custom color as well. But for the right side, we can only provide the URL. Refer below link for more info Customize Salesforce Login Page

  4. Best way to get Session ID or oAuth Access Token

    salesforce.stackexchange.com/questions/130138

    The other option is to call the login service to get the session id or access token, which i can further use to make subsequent calls to metadata api. All the research i did points mostly to articles where the REST api is called to get access token by using connected app credentials, but all of these involve passing password as an attribute to ...

  5. how to skip verification code for a user in salesforce

    salesforce.stackexchange.com/questions/116835

    Calls to the APIs, say the Partner API login() method, that include the security token appended to the password don't need to go through the verification check. You could establish the valid session using the API call and then bounce the user directly into the Web UI through the frontdoor .

  6. connected apps - Salesforce OAuth giving invalid_grant (login ...

    salesforce.stackexchange.com/questions/347394/salesforce-oauth-giving-invalid...

    The example that is provided in documentation for the Web Server OAuth 2.0 flow (which you appear to be using) uses a GET request (with the parameters included in the URL query string) instead of a POST request (which generally includes the parameters in the body of the HTTP request).

  7. How to connect Visual studio Code to Salesforce

    salesforce.stackexchange.com/questions/246907/how-to-connect-visual-studio...

    D: cd salesforce CLI cd bin sfdx force:auth:web:login -d -a DevHub But i cant able to connect Visual studio code to salesforce. i have installed visual studio code in my system. at the same time Salesforce CLI Integration and Salesforce Extension Pack also installed. but selecforce connecting commands are not showing.

  8. login - Salesforce password reset link expires immediately upon...

    salesforce.stackexchange.com/questions/101253

    There's a Salesforce Knowledge article about this. It is caused, as other posters have said, by the email server protection software. Salesforce lists Mimecast, McAfee's 'Link Protect' feature, Covenant Eyes and all versions of Outlook. If you go to any profile, scroll down to System and select Password Policies.

  9. However, my company recently restricted Salesforce sign-in through SSO only (you used to be able to login directly to Salesforce without SSO), and the funciton is throwing either: simple_salesforce.exceptions.SalesforceAuthenticationFailed: INVALID_SSO_GATEWAY_URL: the single sign on gateway url for the org is invalid. Or:

  10. Unable to login into Data Loader - Salesforce Stack Exchange

    salesforce.stackexchange.com/questions/91447/unable-to-login-into-data-loader

    You are logging in to production or a developer environment instead of the sandbox (or vice-versa) and you need to change the target url to login.salesforce.com (or test.salesforce.com) in the data loader settings.

  11. Python Simple Salesforce - Stack Overflow

    stackoverflow.com/questions/25130278

    To login using IP-whitelist Organization ID method, simply use your Salesforce username, password and organizationId This. If your IP address is whitelisted - you don't need the token.