Développement #46
Add a way to verify SubjectConfirmationData->Recipient with the URL of the assertionConsumer
Start date:
21 May 2010
Due date:
% Done:
0%
Estimated time:
1:00 h
Patch proposed:
Planning:
Description
We need helper API to validate this field with the value given by the SP
AssertionConsumer handler for its URL.
History
Updated by Benjamin Dauvergne over 14 years ago
- Category set to SAMLv2
- Target version changed from future to 2.4.0
The basic API could have this form
LassoSaml2AssertionValidationState lasso_subject_confirmation_data_check_recipient(LassoSaml2SubjectConfirmationData *subject_confirmation_data, const char *recipient);
a simpler to use API would also be defined on LassoSaml2Assertion:
LassoSaml2AssertionValidationState lasso_saml2_assertion_check_scd_recipient(LassoSaml2Assertion *assertion, const char *recipient);