geoserver / geofence

Advanced Authorization Manager for GeoServer
GNU General Public License v2.0
97 stars 55 forks source link

Move SecurityContextHolder stuff into geofence-server module #202

Closed etj closed 1 year ago

etj commented 2 years ago

The PR #108 added some security logic related to the embedded setup into a class that runs both in the standalone geofence and in the embedded engine.

Such code should be moved into the userResolver.getRoles(username) logic implemented for the embedded stack

etj commented 2 years ago

Implemented in geofence-server module in #5868 according to GEOS-10492