Forum Discussion
Can't update the app registration for my teams app
ChetanSharma-msft
Let's start with the change I want to do:
I open the App Registration of Kudozza in Azure Portal.
Then I directly open the Manifest which gives me the json manifest of the app registration.
At the end you'll find "signInAudience": "AzureADandPersonalMicrosoftAccount",
This is what I change inline to "AzureADMultipleOrgs"
No other changes are made. I press "Save" and get the mentioned error.
Why do I need to do this? Because I need to add a redirect URL that contains a query parameter and according to the documentation that is only possible for AzureADMultipleOrgs and changing an existing app registration to to AzureADMultipleOrgs can only be done directly in the manifest.
We will check internally and let you know the updates.
- jocschDec 12, 2023Brass Contributor
ChetanSharma-msft I had no problems at all with all the development related app registration. Only the one that is used in production is affected. Probably because the app is in the app store.