Forum Discussion
Multi-Tenant App with dynamic configuration from Azure App Configuration
vtyagunov - 1.Permissions we need to include in App Registration, to access Azure App Configuration -Azure AD: Custom Application Consent Policies - Microsoft Tech Community
2.Microsoft identity platform and OAuth 2.0 authorization code flow - Microsoft identity platform | Microsoft Docs
- vtyagunovApr 20, 2022Copper Contributor
Sayali-MSFT Thanks for sharing these resources.
We are getting through them to understand more about the flow.Actually, we have one more question:
In the react feature flags https://github.com/Azure/azure-sdk-for-js/tree/7835871560a0963b8bef4eb16ed5273c308250c5/sdk/appconfiguration/app-configuration/sample-react- In the API permissions section, select Add a permission and choose APIs my organization uses.
- Pick Azure App Configuration and select the checkboxes and then click Add permissions. This would allow the application to access Azure App Configuration on behalf of the signed-in user.
We tried to create an App following these steps, but there was no "Azure App Configuration" item in "APIs my organization uses" section.
Could you please clarify, what might be a reason of that item not showing up?As I understood, the cause might be the fact that we don't have a subscription for Azure App Configuration. In fact, the APIs my organization uses section is about our organization's APIs, our Azure App Configuration.
But the goal is to use customer's App Azure Configuration, not ours. Could you please confirm if this is achievable?Thanks,
Vladimir- Sayali-MSFTApr 21, 2022
Microsoft
vtyagunov-Are you developing any Microsoft Teams app?
- vtyagunovApr 21, 2022Copper Contributor
Sayali-MSFT
Yes, we are developing an MS Teams Tab app with react.
And we want to make it a multi-tenant.
And we want to make it configurable via customer's Azure App Configuration key-value pairs.