Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

az ad sp create-for-rbac before 2.25.0 will stop working after 2021-10-15 #19892

Closed
jiasli opened this issue Oct 14, 2021 · 1 comment
Closed
Assignees
Labels
Graph az ad
Milestone

Comments

@jiasli
Copy link
Member

jiasli commented Oct 14, 2021

Context

According to the announcement of

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.

@ghost ghost added the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Oct 14, 2021
@jiasli jiasli pinned this issue Oct 14, 2021
@yonzhan yonzhan added the Graph az ad label Oct 14, 2021
@ghost ghost removed the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Oct 14, 2021
@yonzhan yonzhan added this to the Backlog milestone Oct 14, 2021
@yonzhan
Copy link
Collaborator

yonzhan commented Oct 14, 2021

az ad sp create-for-rbac before 2.25.0 will stop working after 2021-10-15.

@jiasli jiasli changed the title az ad sp create-for-rbac before 2.25.0 will stop working after 2021-10-18 az ad sp create-for-rbac before 2.25.0 will stop working after 2021-10-15 Oct 15, 2021
@jiasli jiasli closed this as completed Oct 20, 2021
@jiasli jiasli unpinned this issue Nov 22, 2021
malt3 added a commit to edgelesssys/constellation that referenced this issue Sep 5, 2022
Prevent users from running az versions < 2.25.0 and experience Azure/azure-cli#19892
malt3 added a commit to edgelesssys/constellation that referenced this issue Sep 5, 2022
Prevent users from running az versions < 2.25.0 and experience Azure/azure-cli#19892
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Graph az ad
Projects
None yet
Development

No branches or pull requests

2 participants