Skip to content

Commit

Permalink
Merge pull request #667 from codebender/mb/fix-spelling
Browse files Browse the repository at this point in the history
fix spelling
  • Loading branch information
pitbulk authored Sep 30, 2023
2 parents 6d12c10 + c8118f9 commit 761e918
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 @@ -698,7 +698,7 @@ signature validation process will fail at the Identity Provider.
Ruby SAML supports EncryptedAssertion. The Identity Provider will encrypt the Assertion with the
public cert of the Service Provider. The Service Provider will decrypt the EncryptedAssertion with its private key.
You may enable EncryptedAssertion as follows. This will add `<md:KeyDescriptor use="encrytion">` to your
You may enable EncryptedAssertion as follows. This will add `<md:KeyDescriptor use="encryption">` to your
SP Metadata XML, to be read by the IdP.
```ruby
Expand Down

0 comments on commit 761e918

Please sign in to comment.