Forum Discussion
Can't update the app registration for my teams app
Meghana-MSFT Nope. I try to change the signInAudience to AzureADMultipleOrgs as this is required to make newer Teams SSO provider work.
But it doesn't really matter which property I change. I also tried to change some description but no change is accepted.
I just have tried to update the signInAudience again. Maybe you see this in the logs?
Meghana-MSFT Any update on this one? Unfortunately we can't work around this change.
- 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.
- ChetanSharma-msftDec 12, 2023
Microsoft
We have tried it but not getting any error.
We will check internally and let you know the updates. - jocschDec 12, 2023Brass Contributor
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.
- ChetanSharma-msftDec 12, 2023
Microsoft
Hello jocsch - Sorry for delay in response.
Could you please share the steps that you are trying to update the values including screenshots, if possible.
Also, please let us know what all configuration you need to update in your application like code changes or only app registration id?