Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • authPassword (string)
    • Required for non-TLS and GSS authType values, this is the password to use.
  • signing ("true", "false", "front", or "back") (defaults to "false") see NativeSPSigningEncryption)
    • Controls outbound signing of XML messages. If "true", all are signed. If "front", only front-channel messages are signed. If "back", only back-channel messages are signed.
  • signingAlg (URI) (defaults to the specifier for RSA-SHA1)
    • An XML Signature signature algorithm specifier for signatures produced by the SP.
  • digestAlg (URI) (defaults to the specifier for SHA1)
    • An XML Signature digest algorithm specifier for signatures produced by the SP.
  • encryption ("true", "false", "front", or "back") (defaults to "false"see NativeSPSigningEncryption)
    • Controls outbound encryption of XML messages . If "true", encryption is required on content that permits it. If "front", only front-channel messages are encrypted. If "back", only back-channel messages are encrypted. Note that generally only particular messages or message elements can be encrypted.and content.
  • encryptionAlg (URI) (defaults to the specifier for RSA-OAEP-SHA1)
    • An XML Encryption key wrap/transport algorithm specifier for encryption performed by the SP. The actual symmetric encryption algorithm will be derived from it.

...