dashjoin / platform

Dashjoin Is an Open Source & Cloud Native Low Code Development and Integration Platform that helps teams deliver applications faster 🚀 Uses a data-driven approach inspired by Linked Data to make use of your existing assets
https://dashjoin.com
GNU Affero General Public License v3.0
89 stars 7 forks source link

row based access control does not work with openid users #389

Closed aeberhart closed 2 days ago

aeberhart commented 3 days ago

in org.dashjoin.service.ACLContainerRequestFilter.tenantValue(SecurityContext, Table), we use principal.getName():

  v = sc.getUserPrincipal().getName();

this needs to be harmonized with the logic in updateProfileFromJWT

aeberhart commented 3 days ago

Fix