Forum Discussion
Tayyab Suhail
May 06, 2020Copper Contributor
Application permissions disabled for Yammer in Azure AD
Hi Community, This is regarding the app registration in Azure AD for authentication/authorization purpose. While setting up the API permissions, there are two types of permissions Delegated and A...
VasilMichev
May 06, 2020MVP
Yammer does its own thing: https://developer.yammer.com/docs/getting-started
- Tayyab SuhailMay 11, 2020Copper Contributor
VasilMichev
Thank you for taking out time to reply this thread. I do agree that Yammer portal provides application & delegated permissions both so why Microsoft provided only the delegated permissions which we can also achieve through Yammer portal.Second, i found another way to get access token for consuming Yammer API's. We define the API permissions in the package-solution file of the SPFX solution and once we deploy the package to app catalog, SharePoint takes consent of the admin to grant requested permissions. Once admin gives the consent we can get access token for Yammer through aadHttpClient.