Project

General

Profile

Actions

Développement #46

open

Add a way to verify SubjectConfirmationData->Recipient with the URL of the assertionConsumer

Added by Benjamin Dauvergne over 15 years ago. Updated over 10 years ago.

Status:
Nouveau
Priority:
Normal
Assignee:
-
Category:
SAMLv2
Target version:
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.

Actions #1

Updated by Benjamin Dauvergne over 15 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);
Actions #2

Updated by Benjamin Dauvergne over 10 years ago

  • Target version changed from 2.4.0 to future
Actions

Also available in: Atom PDF