Using the architecture of Zope's Pluggable Authentication Service and PlonePAS, Salesforce Auth Plugin provides the infrastructure to manage site users as arbitrary objects within a Plone portal.
Project description
Code repository: http://svn.plone.org/svn/collective/PASPlugins/collective.salesforce.authplugin/ Detailed Documentation ******************
Salesforce Auth Plugin
Product home is http://plone.org/products/salesforceauthplugin. A documentation area and issue tracker are available at the linked locations.
A Google Group, called Plone Salesforce Integration exists with the sole aim of discussing and developing tools to make Plone integrate well with Salesforce.com. If you have a question, joining this group and posting to the mailing list is the likely best way to get support.
Failing that, please try using the Plone users’ mailing list or the #plone irc channel for support requests. If you are unable to get your questions answered there, or are interested in helping develop the product, see the credits below for individuals you might contact.
Overview
Using the architecture of Zope’s Pluggable Authentication Service and PlonePAS, Salesforce Auth Plugin provides the infrastructure to manage site users as arbitrary objects within a Plone portal. Features and capabilities for Plone user management via Salesforce.com include:
Configurable SFObject type to serve as Plone user for authentication
Configurable username and password field on an SFObject for credential checking
Optional password encryption
Optional caching of user data from Salesforce.com to improve performance
Addition of new users as designated SFObject type from Plone portal into Salesforce.com
Property retrieval and setting for Plone users as stored in Salesforce.com
Install & Dependencies
See ./docs/INSTALL.txt
Known Problems
See “Caveats” in ./docs/INSTALL.txt
Credits
The Plone & Salesforce crew in Seattle and Portland:
Jon Baldivieso <jonb –AT– onenw –DOT– org>
Andrew Burkhalter <andrewb –AT– onenw –DOT– org>
Brian Gershon <briang –AT– webcollective –DOT– coop>
David Glick <davidglick –AT– onenw –DOT– orgg>
Jesse Snyder <jesses –AT– npowerseattle –DOT– org>
Salesforce.com Foundation and Enfold Systems for their gift and work on beatbox and the original proof of concept code that has become Salesforce Auth Plugin (see: http://gokubi.com/archives/onenorthwest-gets-grant-from-salesforcecom-to-integrate-with-plone)
See the HISTORY.txt file for the growing list of people who helped with particular features or bugs.
License
Distributed under the GPL.
See LICENSE.txt and LICENSE.GPL for details.
Running Tests
It is strongly recommended that you run your tests against a free developer account, rather than a real production Salesforce.com instance. … With that said, to run the tests for Salesforce Auth Plugin do the following:
Configure your Salesforce.com instance:
In order to successfully run all of the automated unit tests, some modifications need to happen within your Salesforce.com instance.
In many of the tests, authentication, user creation, and modification happen against the Salesforce.com contact and/or lead object. Specifically, the unit tests create objects and then authenticate against two custom fields: Password and UserName.
For all tests to successfully work create and configure the following fields as shown below:
Field Label Field Name Field Type
———– ———- ———-
Password Password Text(100)
User Name UserName Text(50)
Favorite Boolean FavoriteBoolean Checkbox
Favorite Float FavoriteFloat Number(13, 5)
Note: You can accept the defaults for the other field attributes.
Read:
Running Tests –> “To run tests in a unix-like environment” from SalesforceBaseConnector, which is a dependency, so you should have it :)
Do the following:
Rather than running the test suite for salesforcebaseconnector do the following:
$INSTANCE/bin/zopectl test -s collective.salesforce.authplugin
FAQ about running tests
If you have trouble running tests, consult “FAQ about running tests” from SalesforceBaseConnector.
Change history
Changelog for collective.salesforce.authplugin
(name of developer listed in brackets)
collective.salesforce.authplugin - 1.0b1
Initial release of egg-based Salesforce Auth Plugin product with significant historical influence from various other proof of concept implementations. [Thanks to Salesforce.com Foundation, Enfold Systems, ONE/Northwest, NPower Seattle, Web Collective, The Plone/Salesforce Integration crew (http://groups.google.com/group/plonesf)]
Download
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for collective.salesforce.authplugin-1.0b1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3df57d9996bff42be6d428cb5c96988f19a5998f5c3244e9c969398377466a7 |
|
MD5 | e26bb7055703d67a1fe666376f0d3b51 |
|
BLAKE2b-256 | 9afe3cb899e7abba24dcd3037ffd0c4d113a216873991856728aa1ceb908938f |
Hashes for collective.salesforce.authplugin-1.0b1-py2.4.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7091b4d2d36e89cba32787d05690b7bb210b2f038697eaecd938af3b4fe7af18 |
|
MD5 | 612478637b2ab5e9609a683caea76b09 |
|
BLAKE2b-256 | efa77287328ab95452678c2b0f729423c75ece3e0ecb16ea065dc95b0eddd42c |