Open-EO / openeo-geopyspark-driver

OpenEO driver for GeoPySpark (Geotrellis)
Apache License 2.0
25 stars 4 forks source link

use original client_id in oidc_user_map config #656

Closed soxofaan closed 5 months ago

soxofaan commented 5 months ago

https://github.com/Open-EO/openeo-python-driver/issues/168 added the oidc_user_map where client_id auth can be mapped on a user. Originally the user id was picked freely (to make it user friendly), but for credit association it is apparently important that the user_id is exactly the original client id

soxofaan commented 5 months ago

related internal ticket: GDD-3121

soxofaan commented 5 months ago

original configs have been updated to use client_id's as user id

soxofaan commented 3 months ago

Follow up issue: "user_id" should actually be the "sub" identifier to make sure that keycloak lookups still work properly: