You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AAD service will block creating single tenant applications with invalid idefntifierUris after 2021-10-15.
Impact
Azure CLI command az ad sp create-for-rbac before 2.25.0 which sets invalid idefntifierUris will fails with 400 badrequest, such as
Values of identifierUris property must use a verified domain of the organization or its subdomain: 'http://azure-cli-2021-10-20-03-53-05'
Solution
az ad sp create-for-rbac has been updated so that now it doesn't create identifierUris at all (#18312). Please update to Azure CLI 2.25.0 or newer. We recommend always using the latest version.
Context
According to the announcement of
AAD service will block creating single tenant applications with invalid
idefntifierUrisafter 2021-10-15.Impact
Azure CLI command
az ad sp create-for-rbacbefore 2.25.0 which sets invalididefntifierUriswill fails with 400 badrequest, such asSolution
az ad sp create-for-rbachas been updated so that now it doesn't createidentifierUrisat all (#18312). Please update to Azure CLI 2.25.0 or newer. We recommend always using the latest version.