Proposed Enhancements to support Salesforce Single Sign On #47
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The upcoming Spring '21 release of Salesforce requires that all access to Pardot
be authenticated via Single Sign On with Salesforce via OAuth2. This branch provides
an approach to enhancing PyPardot4 to extend it's functionality to be ready for
the new release. This branch is NOT meant to actually be merged, as is, into
the PyPardot4 project. Rather, this pull request was issued to provide an example of an approach
and to discuss with the community if it would be a valuable addition, and if so, what changes
would be needed to prepare the code to be merged with the project.
A full description of the effort is described in the .../demo/auth_demo/README.md file
Please read the Caveats carefully and DO NOT actually merge this code.