Skip to content

Commit

Permalink
Merge pull request #27 from davidjgonzalez/patch-4
Browse files Browse the repository at this point in the history
Remove Remote signing instructions
  • Loading branch information
tsilver authored May 14, 2020
2 parents 23c9045 + 8d65789 commit 2c28e5e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apis/ims/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,4 @@ Both of these methods are for convenience, and provide a quick way for Developer

Local signing leverages a 3rd party JSR Assign Crypto library to be loaded and locally sign the JWT Token using the provided Private Key. Using this method the Private Key even leaves the local machine, however 3rd party JavaScript is loaded into the Postman context.

### Remote Signing (Non-production Use Only)

Remote signing sends all parameters required to obtain and access token to an Adobe owned web service (adobeioruntime.net) which generates the Access Token. Using this method the Private Key leaves the local machine and is sent to the Adobe server. While Adobe does no save or persist the Private Key, Adobe recommends never sharing Production Private Keys with _anyone_, including Adobe (much like you should never share your password with anyone!).


0 comments on commit 2c28e5e

Please sign in to comment.