diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2005-09-30 16:07:20 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2005-09-30 16:07:20 +0000 |
| commit | 3e0ddb0ea586c132d94e351df91dc26399c259e8 (patch) | |
| tree | c100f6a355bcc1ff99d4a7347289335ade160e5f | |
| parent | 3fafefe7ded8cb006a33be5bc642502d1087c7c4 (diff) | |
A little comment to note that some code is needed to add KeyInfo in Assertion when returning it to SP from IDP / Disco service.
| -rw-r--r-- | lasso/id-wsf/discovery.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lasso/id-wsf/discovery.c b/lasso/id-wsf/discovery.c index b8dc2200..bda0eada 100644 --- a/lasso/id-wsf/discovery.c +++ b/lasso/id-wsf/discovery.c @@ -105,7 +105,8 @@ lasso_discovery_build_credential(LassoDiscovery *discovery, const gchar *provide g_list_append(subject_confirmation->ConfirmationMethod, g_strdup(LASSO_SAML_CONFIRMATION_METHOD_HOLDER_OF_KEY)); - /* Add KeyInfo */ + /* TODO : Add KeyInfo, credential should be saved in LassoWsfProfile, + and be added public keys when exporting credential to xml nodes */ subject->SubjectConfirmation = subject_confirmation; |
