Aug 03 2022 07:35 AM
Hi,
I've successfully implemented an ACE solution for Viva Connections, which consumes an external system API.
For obvious security concerns, I've configured Microsoft AAD as the identity provider for Azure Function serving as backend, and all is working correctly. My next security improvement was to leverage the isDomainIsolated property to ensure only the ACE solution could access the API. However, setting its value to true leads to:
Setting it back to false, everything works correctly as before. I can't find documentation about this so are you able to tell me if it's supported? If not, is there other way to achieve my goal?
Thanks,
Marco
Aug 03 2022 10:00 AM - edited Aug 03 2022 10:02 AM
@Marco Santos I can't find any Microsoft official documentation related to this. But, I think isDomainIsolated property is related to only web parts and not ACEs or extensions.
I would recommend you to create a question (issue) on PnP repository for ACEs at sp-dev-fx-aces issues and repository for web parts at sp-dev-fx-webparts issues. You might get the response from SPFx community experts.
Microsoft documentation: Isolated web parts
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Aug 04 2022 02:18 AM