You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default method of encryption for new Shibboleth IdP installations is now AES128-GCM (rather than the older AES128-CBC). We should ensure that we support this method of encryption in our plugin, to reduce problems for users which rely on this for encrypting their outgoing claims. See https://www.ukfederation.org.uk/content/Documents/IdPEncryptionOptions for details.
The default method of encryption for new Shibboleth IdP installations is now AES128-GCM (rather than the older AES128-CBC). We should ensure that we support this method of encryption in our plugin, to reduce problems for users which rely on this for encrypting their outgoing claims. See https://www.ukfederation.org.uk/content/Documents/IdPEncryptionOptions for details.
Appears to be supported in https://github.com/onelogin/php-saml/releases/tag/3.6.0, though more investigation is needed
The text was updated successfully, but these errors were encountered: