In a Chrome extension a developer is able to determine user identity using the following:
chrome.identity.getProfileUserInfo(function callback)
Microsoft Edge does not seem to have the same functionality.
Is anyone aware of a method for determining user identity inside a Microsoft Edge extension? According to Microsoft's documentation it looks like it's in consideration for development but I was hoping somebody had found another way to do this: for reference (https://learn.microsoft.com/en-us/microsoft-edge/extensions/api-support/extension-api-roadmap).
Our extension will engage with a server-side API which means we need to reconcile the identity of the user, but it is being rolled out by system administrators to hundreds of users in an organization top-down; therefore, it's not possible to "ask" each user through the extension to sign in.