#56 Learn how to extend Viva Connections
Learn how to use your existing web development skills to extend Viva Connections.
Innovation Matters
Microsoft 365 Cloud Developer Advocate
ISSN 2210-9390
A collection of 163 posts
Learn how to use your existing web development skills to extend Viva Connections.
2 SharePoint Framework rules of thumb that you must keep in mind to play nicely and don't break the page.
When building SharePoint Framework solutions connected to APIs secured with Azure Active Directory, you might need to clear the list of granted API permissions. Here's a sample script to quickly clean them up.
When building SharePoint Framework solutions connected to APIs secured with Azure Active Directory, you'll easily end up with many pending permission requests. Here's a sample script to quickly clean them up.
Recently, I wrote about how preconsenting permissions, can help you improve the user experience of your app using Microsoft Graph Toolkit. But how would you know which permissions actually to preconsent? Here is how.