Describe the bug
@wjglerum has reported that having
@Inject
JsonWebToken jwt;
@IdToken
@Inject
JsonWebToken idToken;
 
in a custom SecurityIdentityAugmentor does not work.
Expected behavior
both jwt and idToken are injected correctly
Actual behavior
ContextNotActiveException is reported
CC @mkouba @stuartwdouglas