Updated Multi-Tenant App permissions missing on new customer consent.
I have a multi tenant application using Microsoft Entra Id. I have added additional permissions to the application. These additional permissions do not show up in the consent dialog for new customers. New customers are only asked to consent to the original permissions. Manually triggering the admin consent dialog(https://login.microsoftonline.com/<TenantId>/adminconsent?client_id=<ClientId>) retrieves the latest permissions for consent. Shouldn’t new customers always consent to the latest permissions?
Environment Details:
There are 2 Application Registrations, both are multi-tenant applications.
The first is an app registration for my web frontend client.
The second is an app registration for my backend api, it has authorized the frontend client application in the “Expose an API” section
I have a multi tenant application using Microsoft Entra Id. I have added additional permissions to the application. These additional permissions do not show up in the consent dialog for new customers. New customers are only asked to consent to the original permissions. Manually triggering the admin consent dialog(https://login.microsoftonline.com/<TenantId>/adminconsent?client_id=<ClientId>) retrieves the latest permissions for consent. Shouldn’t new customers always consent to the latest permissions? Environment Details: There are 2 Application Registrations, both are multi-tenant applications.The first is an app registration for my web frontend client.The second is an app registration for my backend api, it has authorized the frontend client application in the “Expose an API” section Read More