remove groups from BearerRealm / SyncRealmHelper / DAORealmHelper

This commit is contained in:
Eduard Heimbuch
2019-08-01 15:43:12 +02:00
parent 48821c7419
commit 86af7b23eb
9 changed files with 80 additions and 104 deletions

View File

@@ -104,7 +104,6 @@ public class BearerRealm extends AuthenticatingRealm
return helper.authenticationInfoBuilder(accessToken.getSubject())
.withCredentials(bt.getCredentials())
.withScope(Scopes.fromClaims(accessToken.getClaims()))
.withGroups(accessToken.getGroups())
.build();
}