Authorize me reads as self service
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

This commit is contained in:
tegwick 2026-08-14 18:25:56 +02:00
parent 5e37e9c012
commit db8769cc8c
2 changed files with 8 additions and 1 deletions

View file

@ -1713,6 +1713,7 @@ class UserEngineService:
resource_id=actor.subject,
tenant=actor.tenant,
correlation_id=correlation_id,
context={"self": True},
)
identity = self.store.find_identity(*actor.identity_key)
if identity is not None: