From d5c51fea61beef27ec45e3a6f6928bf846ab814a Mon Sep 17 00:00:00 2001 From: Peter Loer Date: Mon, 2 Jun 2014 15:28:43 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7badac5..8f570515 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Config parameter details: * `issuer`: issuer string to supply to identity provider * `cert`: see 'security and signatures' * `privateCert`: see 'security and signatures' +* `decryptionPvk`: optional private key that will be used to attempt to decrypt any encrypted assertions that are received * `identifierFormat`: if truthy, name identifier format to request from identity provider (default: `urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress`) ### Provide the authentication callback