nl-portal/nl-portal-backend-libraries

No Keycloak call because authentication is null

Closed this issue · 2 comments

In KeyCloakUserTokenExchangeFilter the authentication is collected via SecurityContextHolder.getContext().authentication.
Issue is related to multi threading, because in graphQL query the authentication is set.

fixe

Fixed with #69