Skip to content
Snippets Groups Projects
Commit 12be3999 authored by renater.salaun's avatar renater.salaun
Browse files

added log to keep track of validated tokens

git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@108 047e039d-479c-447e-8a29-aa6bf4a09bab
parent 467079a0
No related branches found
No related tags found
No related merge requests found
......@@ -481,6 +481,9 @@ sub req_validate_token {
return undef;
}
&IdPAccountManager::Tools::do_log('info', "Token validated for sp_entityid=%s;token=%s", $self->{'param_in'}{'sp_entityid'}, $self->{'param_in'}{'token'});
$self->{'param_out'}{'sp_entityid'} = $self->{'param_in'}{'sp_entityid'};
$self->{'param_out'}{'test_accounts'} = \@test_accounts;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment