Skip to content
Snippets Groups Projects
Commit ce853fc6 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

fix accessor names

parent e018077b
No related branches found
No related tags found
No related merge requests found
......@@ -460,7 +460,7 @@ sub req_validate_token {
return undef;
}
if (! $token->get('sp_entityid') eq $self->{in}->{sp_entityid}) {
if (! $token->sp_entityid() eq $self->{in}->{sp_entityid}) {
push @{ $self->{out}->{errors} }, "wrong_token_for_sp";
$self->{logger}->errorf(
"Authentication token %s cannot be used for SP with entityid %s",
......
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