Skip to content

Commit

Permalink
Merge pull request #171 from markstos/issue-170-improve-README
Browse files Browse the repository at this point in the history
Fixes #170: Clarify that the certificate are looking for is:
  • Loading branch information
pdspicer authored Mar 31, 2017
2 parents 5257486 + 0161157 commit 2e026e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Authentication requests sent by Passport-SAML can be signed using RSA-SHA1. To s
privateCert: fs.readFileSync('./cert.pem', 'utf-8')
```

It is a good idea to validate the incoming SAML Responses. For this, you can provide the Identity Provider's certificate using the `cert` confguration key:
It is a good idea to validate the incoming SAML Responses. For this, you can provide the Identity Provider's public signing certificate using the `cert` configuration key:

```javascript
cert: 'MIICizCCAfQCCQCY8tKaMc0BMjANBgkqh ... W=='
Expand Down

0 comments on commit 2e026e6

Please sign in to comment.