We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf7ea0 commit 764d0a6Copy full SHA for 764d0a6
library/EngineBlock/Corto/Filter/Command/SRAMInterruptFilter.php
@@ -91,7 +91,8 @@ private function buildRequest(): AuthzRequest
91
$attributes = $this->getResponseAttributes();
92
$id = $this->_request->getId();
93
94
- $user_id = $attributes['urn:mace:dir:attribute-def:uid'][0];
+ // $user_id = $attributes['urn:mace:dir:attribute-def:uid'][0];
95
+ $user_id = $this->_collabPersonId;
96
$continue_url = $this->_server->getUrl('SRAMInterruptService', '') . "?ID=$id";
97
$service_id = $this->_serviceProvider->entityId;
98
$issuer_id = $this->_identityProvider->entityId;
0 commit comments