Add MellonProviderSharedSecret documentation to the README file

This commit is contained in:
Benjamin Dauvergne 2012-01-24 10:01:54 +01:00
parent c04a4c5da3
commit 5c5332a339
1 changed files with 6 additions and 0 deletions

6
README
View File

@ -455,6 +455,12 @@ MellonPostCount 100
# MellonAuthnContextClassRef "urn:oasis:names:tc:SAML:2.0:ac:classes:Kerberos"
# MellonAuthnContextClassRef "urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport"
# MellonAuthnContextClassRef "urn:oasis:names:tc:SAML:2.0:ac:classes:SoftwarePKI"
# A shared secret with a specific identity provider, used
# to sign and verify message exchanged with this IdP. The syntax
# is the idp identitfier, followed by the shared secret string
# eventually quoted and the algorithm identifier.
# The only algorithm supported by Lasso is HMAC-SHA1.
MellonProviderSharedSecret http://idp.example.org/metadata "the common secret string" HMAC-SHA1
</Location>