Add some log to JWT signature verification (#183)

This commit is contained in:
Clément Oudot 2014-11-18 14:32:15 +00:00
parent 27225cfe86
commit 5a09c04445

View File

@ -111,6 +111,10 @@ sub extractFormInfo {
$self->lmLog( "JWT signature verification failed", 'error' );
return PE_ERROR;
}
$self->lmLog( "JWT signature verified", 'debug' );
}
else {
$self->lmLog( "JWT signature check disabled", 'debug' );
}
# Get ID token content