Outlook Addin Error Code 13005 for auth.getAccessTokenAsync
问题 So I am trying to use single sign on in an outlook addin. I have registered my app at https://apps.dev.microsoft.com/. In my Manifest I have <WebApplicationInfo> <Id>{myId}</Id> <Resource>api://mydomain.com:3000/{myId}</Resource> <Scopes> <Scope>Mail.Read</Scope> <Scope>profile</Scope> </Scopes> </WebApplicationInfo> mydomain.com is actually a domain i map to my local IP. Outlook accepts my manifest just fine. How ever when i call Office.context.auth.getAccessTokenAsync , I get the following