Actions
Bug #11496
closedSaml::Service: setAuthnContextComparison is not implemented and setNameIdPolicyAllowCreate isn't properly implemented
Start date:
04/05/2023
Due date:
% Done:
100%
Estimated time:
Description
I noticed that Saml::Service
lacks an implementation for Service::setAuthnContextComparison(...)
(this should be a simple setter). setNameIdPolicyAllowCreate
is also not properly implemented, as it sets nameIdPolicyAllowCreate_
to true
instead of setting it to the supplied argument.
Actions