SAML-Toolkits / wordpress-saml

OneLogin SAML plugin for Wordpress
MIT License
65 stars 74 forks source link

Developer hook for setting private/public keys #9

Closed jlmnrc closed 8 years ago

jlmnrc commented 9 years ago

Due to security reason, we normally store the sensitive information, such as private/public keys in environment variables, and not in the file nor database.

Are you able to extend the code to allow a developer to hook in to set the private/public keys?

pitbulk commented 9 years ago

Does Apache / Nginx read the public/private keys from environment variables?

If you provide a PR I will be able to review it and add this functionality to the WordPress plugin (and also on the SAML toolkit), but none of our customers required such feature.