Add an ICustomIntrospectionValidator, similar to other ICustomXXXValidators.
You might do this to enforce resource isolation during introspection (IOW, if api1 introspects a token with audience api2, you might want to disallow that).
The introspection validator is internal, so if you want to customize it today, you would need to use a decorator.
Add an ICustomIntrospectionValidator, similar to other
ICustomXXXValidator
s.You might do this to enforce resource isolation during introspection (IOW, if api1 introspects a token with audience api2, you might want to disallow that).
The introspection validator is internal, so if you want to customize it today, you would need to use a decorator.