-
Notifications
You must be signed in to change notification settings - Fork 3k
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 cli unable to --set for "Sign on URL" for SAML Enterprise App/Service Principal #13521
Comments
add to S170 |
Hi @nickadams675, as AAD is not actively maintaining the AD Graph 1.6 API anymore. Could you check #12946 and see if this can be done via |
@jiasli thanks for the reply! I don't see an object/property to support a field such as "Entity ID" that I could use -m PATCH on:
I may have missed it though. Thanks! |
@nickadams675, do you mind creating a support request in Azure Portal for AAD? I'd like to help but I am not quite familiar with the latest Microsoft Graph API. Thanks for understanding. |
version 2.5.1
Describe the bug
Hello, I am working to leverage either "az rest" or "az ad sp --set" to update the field for what is showing in the Azure Portal as "Sign on URL" under:
Enterprise Applications>Single sign-on>SAML>"Basic SAML Configuration"> "Sign on URL"
To Reproduce
az ad show --id <application_id>
This is missing an element/object for "Sign on URL"
Expected behavior
Using az rest or az ad sp --set should be able to add data to this field
Environment summary
Mac OS, az-cli version 2.5.1
Additional context
This data also appears to not be listed in the Application Registration Manifest either.
Thanks!
The text was updated successfully, but these errors were encountered: