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
Reflect the encryption_keypairs in the saml client configuration
See also commit 7c82d89
which was reverted for backwards compatibility reasons
by commit 5d06014
The original goal was:
> Pass proper encryption keys when retrieving the subject NameID
>
> This requires the latest pysaml2 to work properly, as older versions of
> get_subject do not accept the optional keys argument.
>
> To have this working without this changeset, one should define the
> pysaml2 configuration option `encryption_keypairs`.
We are now opting the solution without the above changeset (it was
reverted) to keep backwards compatibility.
Signed-off-by: Ivan Kanakarakis <[email protected]>
0 commit comments