Authorize me reads as self service
This commit is contained in:
parent
5e37e9c012
commit
db8769cc8c
2 changed files with 8 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue