Skip to content

Commit 764d0a6

Browse files
committed
Use collabPersonId for sbs user_id
1 parent bcf7ea0 commit 764d0a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/EngineBlock/Corto/Filter/Command/SRAMInterruptFilter.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ private function buildRequest(): AuthzRequest
9191
$attributes = $this->getResponseAttributes();
9292
$id = $this->_request->getId();
9393

94-
$user_id = $attributes['urn:mace:dir:attribute-def:uid'][0];
94+
// $user_id = $attributes['urn:mace:dir:attribute-def:uid'][0];
95+
$user_id = $this->_collabPersonId;
9596
$continue_url = $this->_server->getUrl('SRAMInterruptService', '') . "?ID=$id";
9697
$service_id = $this->_serviceProvider->entityId;
9798
$issuer_id = $this->_identityProvider->entityId;

0 commit comments

Comments
 (0)