Forum Discussion
Raajeev_H_Dave
Apr 11, 2024Copper Contributor
Calling Azure function API from Sharepoint classic using Managed identity
We have created an Azure function API in Python and which will be further called by SharePoint classic using javascript. We want to make it secure using managed identity. Right now we are providing them API key which we do not want to.
Sharepoint is providing me token but we are not able to validate it because our application is separate.
Please help.
2 Replies
Sort By
- Raajeev_H_DaveCopper ContributorFirst I would like to appreciate your help. This is not around sharepoint . Sharepoint is registered in other app whereas My function is in other app. Token which sharepoint is sending we are not able to validate.