We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9685a9 commit c8118f9Copy full SHA for c8118f9
README.md
@@ -698,7 +698,7 @@ signature validation process will fail at the Identity Provider.
698
Ruby SAML supports EncryptedAssertion. The Identity Provider will encrypt the Assertion with the
699
public cert of the Service Provider. The Service Provider will decrypt the EncryptedAssertion with its private key.
700
701
-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
702
SP Metadata XML, to be read by the IdP.
703
704
```ruby
0 commit comments