What are isolated webparts?
- Isolated webparts are used when there is a need to access api secured with azure ad securely. Isolated webparts are like normal webparts but they are displayed using and iframe pointing at a unique domain of an Azure AD application. Thus other components cannot access any context token or data of webpart.
- Reference: https://tutorialsinhand.com/tutorials/sharepoint-framework-spfx-tutorial/sharepoint-framework-webparts/isolated-web-parts-in-sharepoint-framework.aspx
How can you make a existing webpart as isloated webpart?
- Can do that by adding isDomainIsolated:true in package-solution.json file.
- Reference: http://www.suhail.cloud/2021/10/spfx-routing-is-not-reflecting-in.html
How can we create site collection level app catalog?
No comments:
Post a Comment