aerialship / SamlSPBundle

SAML 2.0 Symfony SP Bundle - new version available at
http://www.lightsaml.com/SP-Bundle/
MIT License
63 stars 43 forks source link

Signing and Certificates documentation #10

Closed tmilos closed 10 years ago

tmilos commented 10 years ago

1) which kind of cert is waited for cert_file tag ? .cer (public key), .pfx, another fomat ? 2) is the key_file file have to be a .key file with 64base encoded string between -----BEGIN RSA PRIVATE KEY----- and -----BEGIN RSA PRIVATE KEY----- bounds ? 3) Does the key_pass is the password given to azure with pfx file on token signin settings ?