Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

JSON format

The Authentication object of the Source document is a subset of the full Authentication object in that it only uses the 'username' and 'password' fields.

...

Code Block
titleSource.authentication object
{
	"username" : "string", // String
	"password" : "string", // String - NOTE this is sha-256/Base64 encoded
}

Note: The password field in the Authentication object is currently clear text. If the string value placed in password is clear text it is not encrypted by Infinit.e. Encryption of the password field is planned for a future release.