jetstreamapp / jetstream

A better way to work on Salesforce
https://getjetstream.app/
Other
88 stars 18 forks source link

add a new org with username + password only instead of from OAuth? #1004

Closed bklapholzbpa closed 2 months ago

bklapholzbpa commented 2 months ago

Any chance of being able to add a new org with username + password only instead of from OAuth? There are a few use cases I currently have where this is the only option available and prevents me from using JetStream (have to use Copado/Gearset, or SFDX) to deploy changes.

paustint commented 2 months ago

@bklapholzbpa - Unfortunately OAuth is the only available login option to connect a Salesforce org.

What are the circumstances where you have to use insecure authentication methods (username+password)? Normally you can always overcome any issues to enable OAuth. Here are some tips: https://docs.getjetstream.app/

And happy to help troubleshoot if you need additional assistance.

bklapholzbpa commented 2 months ago
paustint commented 2 months ago

@bklapholzbpa - Just added an option to add login=true, can you check this out and see if it works for you?

image
bklapholzbpa commented 2 months ago

Thanks! It worked perfectly.