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 encryption_algorithm option should be named as encryptionAlgorithm to be consistent. 7b4d4a6
Internally we keep onelogin/php-saml configuration with snake_case keys to be consistent with our own configuration naming conventions. Before creating the php-saml instance we transform all php-saml related keys to CamelCase and use this array to satisfy php-saml naming conventions. Now we will have to create a special rule for this single option to not to convert to CamelCase.
The text was updated successfully, but these errors were encountered:
@recipe You are right, we should fix it by deprecating the use of encryption_algorithm (basically remove its use on demos and documentation) and in order to keep the backward compatibility read the possible values from encryption_algorithm and encryptionAlgorithm giving priority to the latest.
The
encryption_algorithm
option should be named asencryptionAlgorithm
to be consistent.7b4d4a6
Internally we keep
onelogin/php-saml
configuration withsnake_case
keys to be consistent with our own configuration naming conventions. Before creating thephp-saml
instance we transform allphp-saml
related keys toCamelCase
and use this array to satisfyphp-saml
naming conventions. Now we will have to create a special rule for this single option to not to convert toCamelCase
.The text was updated successfully, but these errors were encountered: