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
Describe the bug
Hello, it appears that the UI/possibly Graph API is not honoring the SAML Identifier (Entity ID) when set by the Application Manifest. The UI is showing the following behavior:
To Reproduce
Create an App Registration via az-cli, or Graph API, then create a Service Principal and link it to the App Registration.
Expected behavior
Since the SAML Identifier is showing in the first (non-edit) view, one would think that it was configured correctly. Although users cannot authenticate until this is filled in the UI.
Environment summary
Mac OS, az-cli version 2.5.1
Also, I do not see a way to configure this on the SP side via either az-cli or Graph API.
Thanks!
The text was updated successfully, but these errors were encountered:
ghost
added
needs-triage
This is a new issue that needs to be triaged to the appropriate team.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
labels
May 16, 2020
nickadams675
changed the title
SAML Identifier missing on Service Principa
SAML Identifier missing on Service Principal
May 16, 2020
This issue doesn't seem be to caused by Azure CLI, but by AD Graph API. Could you create a Support Request in Azure Portal for AAD? Thanks for understanding.
If this can't be configured via Graph API, Azure CLI can't do this as well. Azure CLI is still using the old AD Graph API 1.6.
You may discuss with the support engineer about whether this can be done using Microsoft Graph API. If so, you may use az rest to call that API. Examples can be found at #12946.
version 2.5.1
Describe the bug
![image](https://user-images.githubusercontent.com/49757520/82108828-1adcfc00-96f7-11ea-9d56-86812460fd39.png)
Hello, it appears that the UI/possibly Graph API is not honoring the SAML Identifier (Entity ID) when set by the Application Manifest. The UI is showing the following behavior:
To Reproduce
Create an App Registration via az-cli, or Graph API, then create a Service Principal and link it to the App Registration.
Expected behavior
Since the SAML Identifier is showing in the first (non-edit) view, one would think that it was configured correctly. Although users cannot authenticate until this is filled in the UI.
Environment summary
Mac OS, az-cli version 2.5.1
Also, I do not see a way to configure this on the SP side via either az-cli or Graph API.
Thanks!
The text was updated successfully, but these errors were encountered: