Posts by Napoleao Kazu Onaya • 11 points
1 post
-
1
votes2
answers1052
viewsA: Cannot pass a null Grantedauthority Collection Spring Security
@Override public Collection<? extends GrantedAuthority> getAuthorities() { return roles; } You have to return a collection of authorities.