You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the first produces a JwtAuthenticationToken and Jwt principal, the second would produce a BearerTokenAuthentication and a OAuth2AuthenticatedPrincipal principal.
The text was updated successfully, but these errors were encountered:
Related to #6634
Testing authentication flows that include a JWT is straight-forward:
It'd be nice to have Resource Server support that doesn't care about the format"
While the first produces a
JwtAuthenticationToken
andJwt
principal, the second would produce aBearerTokenAuthentication
and aOAuth2AuthenticatedPrincipal
principal.The text was updated successfully, but these errors were encountered: