Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
codebender committed Aug 21, 2023
1 parent c9685a9 commit c8118f9
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 c8118f9

Please sign in to comment.