Skip to content

Commit 3604396

Browse files
committed
Comments
1 parent 68ad399 commit 3604396

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jose.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2276,6 +2276,7 @@ oauth2_jose_jwks_aws_alb_resolve(oauth2_log_t *log,
22762276
}
22772277

22782278
// TODO - determine if theres a better place for this?
2279+
// TODO - maybe needed? timing safe compare?
22792280
if (strcmp(signer, provider->alb_arn) != 0) {
22802281
oauth2_error(log, "signer does not match configured ARN: signer=%s, arn=%s", signer, provider->alb_arn);
22812282
return NULL;

0 commit comments

Comments
 (0)