You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have some problematic code that might cause issues in multi tenant apps if they start from common endpoint:
//Always ensure that the cache item has all of these set, especially in the broad token case, where the passed item
//may have empty "resource" property:
resultItem.resource = _resource;
resultItem.clientId = _clientId;
resultItem.authority = _context.authority;
Changing this behavior could have adverse effects on already existing apps in ways that we might not want to inflict on developers if we don't have to. For now we'll track this in this item and if the issue comes up we'll have to solve it somehow.
The text was updated successfully, but these errors were encountered:
We currently have some problematic code that might cause issues in multi tenant apps if they start from common endpoint:
Changing this behavior could have adverse effects on already existing apps in ways that we might not want to inflict on developers if we don't have to. For now we'll track this in this item and if the issue comes up we'll have to solve it somehow.
The text was updated successfully, but these errors were encountered: