Replies: 2 comments
-
|
I think the main problem is in lin 199 / 165 in await this.context.globalState.update(CONST.AUTH.TENANT_ID, authResult.account?.homeAccountId);Here it should be changed to const accounts = tenantId ? tenantId.split('.') : [];
tenant_id: accounts.length == 2 ? accounts[1] : '',Because it is now not anymore a composite of the userid and the tenantid A new setting for the tenant ID needs to be added to the extension's configuration. This needs to update the CONST.AUTH.AUTHORITY constant. |
Beta Was this translation helpful? Give feedback.
-
|
@nemesisflx thanks for the feedback. we will consider adding the support of "Switch tenant" in the future update. could you share how ofter you would need to do the switch? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Always if i sign in it automatically logs me into one tenant, but i am not able to switch tenants somehow. Is there a way to archive this?
Beta Was this translation helpful? Give feedback.
All reactions