Skip to content

Commit

Permalink
Merge pull request #8 from GEANT/dv_also_use_subject-id_for_fedID
Browse files Browse the repository at this point in the history
Also use subject-id for establishing federated-user ID
  • Loading branch information
dnmvisser authored Jan 30, 2025
2 parents e46f5f1 + 55d23d8 commit 8ab220c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Store/SQLStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,11 @@ public function addIdentifiableAttributes(): self
':entity_id' => $this->getEntityidId(),
':aorder' => 4
]);
$stmt->execute([
':attribute_id' => 458,
':entity_id' => $this->getEntityidId(),
':aorder' => 5
]);
return $this;
}

Expand Down

0 comments on commit 8ab220c

Please sign in to comment.