aacotroneo / laravel-saml2

A Laravel 5 package for Saml2 integration as a SP (service provider) based on the simple OneLogin toolkit
MIT License
567 stars 238 forks source link

Does this package deal with x509certNew #255

Open jawoyele opened 2 years ago

jawoyele commented 2 years ago

For Key rotation, does this package have the ability to support rollover Keys as seen in onelogin/php-saml

       /*
         * Key rollover
         * If you plan to update the SP x509cert and privateKey
         * you can define here the new x509cert and it will be
         * published on the SP metadata so Identity Providers can
         * read them and get ready for rollover.
         */
        // 'x509certNew' => '',