Skip to content
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

Add ability to login to internal Salesforce development instances #39

Closed
elilevine opened this issue Nov 26, 2013 · 2 comments
Closed

Comments

@elilevine
Copy link

First of all, this is a kick-ass tool! Saw it used during the Platform keynote at Dreamforce this year and was really impressed.

This issue is primarily for Salesforce devs who want to use force with non-public instances of Salesforce. Requirements:

  • configurable server name
  • configurable port
  • configurable client id
  • ability to authenticate against a server presenting a self-signed cert
@elilevine
Copy link
Author

This pull request adds a new "dev" endpoint: force login dev

When using this endpoint, user must have the following environment variables set:

  • FORCE_DEV_SERVER
  • FORCE_DEV_HTTPS_PORT
  • FORCE_DEV_CLIENT_ID

Dev server is allowed to present a self-signed certificate. Other endpoints still require a signed cert from the Salesforce server.

@ddollar
Copy link
Contributor

ddollar commented Nov 26, 2013

Awesome. Going to close this issue in favor of keeping the conversation on #40

@ddollar ddollar closed this as completed Nov 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants