ITokenValidator and TokenValidator mismatched nullability in method signature #579
Answered
by
wcabus
zikhan
asked this question in
IdentityServer
|
ITokenValidator.ValidateIdentityTokenAsync signature marks clientId as non-nullable, however TokenValidator.ValidateIdentityTokenAsync defines clientid as nullable. Not a big deal, as there's the (!) workaround. But really just a Quality of Life thing. |
Answered by
wcabus
Jul 9, 2026
Replies: 1 comment
|
Looking back at the history, the interface should have defined the |
0 replies
Answer selected by
wcabus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looking back at the history, the interface should have defined the
clientIdparameter as nullable as well. I've raised this with the engineering team, thanks for reporting!