fix
This commit is contained in:
parent
45f7e2db8b
commit
55f87746ad
1 changed files with 0 additions and 1 deletions
|
|
@ -478,7 +478,6 @@ public class EsiaAuthService {
|
|||
JwtAuthentication authentication = new JwtAuthentication(usernamePasswordAuthenticationToken,
|
||||
userId, token.getValue());
|
||||
context.setAuthentication(authentication);
|
||||
authenticationManager.authenticate(authentication);
|
||||
SecurityContextHolder.setContext(context);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue