Skip to content

Commit

Permalink
Update entity-sp.ts (#99)
Browse files Browse the repository at this point in the history
Updating checkSignature spellings
  • Loading branch information
puneetmakkar authored and tngan committed Jul 13, 2017
1 parent 32efad1 commit a1c7952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entity-sp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class ServiceProvider extends Entity {
valueTag: 'AttributeValue',
}],
from: idp,
checkSiganture: true, // saml response must have signature
checkSignature: true, // saml response must have signature
supportBindings: ['post'],
parserType: 'SAMLResponse',
type: 'login',
Expand Down

0 comments on commit a1c7952

Please sign in to comment.