diff options
| -rw-r--r-- | lasso/id-wsf-2.0/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-wsf-2.0/profile.c b/lasso/id-wsf-2.0/profile.c index 5f03b058..48e82b38 100644 --- a/lasso/id-wsf-2.0/profile.c +++ b/lasso/id-wsf-2.0/profile.c @@ -166,7 +166,7 @@ lasso_idwsf2_profile_process_soap_request_msg(LassoProfile *profile, const gchar continue; } if (LASSO_IS_SAML2_NAME_ID(assertion->Subject->NameID)) { - //profile->nameIdentifier = g_object_ref(assertion->Subject->NameID); + profile->nameIdentifier = g_object_ref(assertion->Subject->NameID); } else if (LASSO_IS_SAML2_ENCRYPTED_ELEMENT( assertion->Subject->EncryptedID)) { encrypted_id = assertion->Subject->EncryptedID; |
