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
You can't make good enough configuration to eliminate the next warning in logs:
[WARNING] [satosa.frontends.saml2._handle_authn_response] sign_alg and digest_alg are deprecated; instead, use signing_algorithm and digest_algorithm under the service/idp configuration path (not under policy/default).
Code Version
8.4.0
Expected Behavior
Does not drop this warning
Current Behavior
Drops the warning
Possible Solution
The sign_alg_attr and digest_alg_attr variables always get a value here:
You can't make good enough configuration to eliminate the next warning in logs:
Code Version
8.4.0
Expected Behavior
Does not drop this warning
Current Behavior
Drops the warning
Possible Solution
The sign_alg_attr and digest_alg_attr variables always get a value here:
https://github.com/IdentityPython/SATOSA/blob/master/src/satosa/frontends/saml2.py#L408
and that is why this comparsion always true:
https://github.com/IdentityPython/SATOSA/blob/master/src/satosa/frontends/saml2.py#L454
The text was updated successfully, but these errors were encountered: