issues
search
AzureAD
/
azure-activedirectory-identitymodel-extensions-for-dotnet
IdentityModel extensions for .Net
MIT License
1.06k
stars
401
forks
source link
Extensibility tests: Token Type - JWT
#3021
Closed
iNinja
closed
4 days ago
iNinja
commented
5 days ago
Extensibility tests: Token Type - JWT
Updated
TokenTypeValidationError
and updated the default token type validation delegate to use it
Added log message and validation failure type for the case where the token type validation delegate throws
Added custom validation error and validation delegates for token type validation
Handle the case where the token type validation delegate throws in
JsonWebTokenHandler
Added extensibility tests for token type validation on JWT
Part of #2711
Extensibility tests: Token Type - JWT
TokenTypeValidationError
and updated the default token type validation delegate to use itJsonWebTokenHandler
Part of #2711