diff --git a/packages/organization-select/src/organization-select.js b/packages/organization-select/src/organization-select.js
index d96c793701f8dad95ce2f355485c9d20c341ce32..e20427581ae33d6747e5e500b5f1bcbd5508c71c 100644
--- a/packages/organization-select/src/organization-select.js
+++ b/packages/organization-select/src/organization-select.js
@@ -234,7 +234,7 @@ export class OrganizationSelect extends AdapterLitElement {
         }
 
         let orgUrl = this.entryPointUrl + '/people/' +
-            encodeURIComponent(this.auth.person.identifier) +
+            encodeURIComponent(this.auth['person-id']) +
             '/organizations' +
             '?context=' + encodeURIComponent(this.context) +
             '&lang=' + encodeURIComponent(this.lang);