Forum Discussion
Steve Frank
Dec 13, 2021Brass Contributor
Teams app to open SharePoint homepage, problems loading
I am trying to upgrade an old Teams app used on the left rail that opens the homepage of a SharePoint site. I got an app more or less working in https://dev.teams.microsoft.com/apps, however, while c...
Steve Frank
Dec 13, 2021Brass Contributor
https://{domain}/{client id}
Steve Frank
Dec 13, 2021Brass Contributor
Answering my own question: do register app w/AAD, but do not create an Application ID URI. When creating the app with the Developer Portal, under Single Sign On, enter https://mydomain.sharepoint.com. In other words, let SharePoint do all authentication. It may work to use AAD api, but the SP approach seems to work well.