-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
When running Step 3 of Configure our Azure AD application I see the following:
[azure@bastion-c4rf8 ~]$ az ad app create \
> --display-name ${GUID}-idp \
> --web-redirect-uris ${IDP_CALLBACK} \
> --sign-in-audience AzureADMyOrg \
> --optional-claims @$HOME/manifest.json
Insufficient privileges to complete the operation.
[azure@bastion-c4rf8 ~]$ APPID=$(az ad app list --display-name ${GUID}-idp --query "[].appId" -o tsv)
ERROR: Insufficient privileges to complete the operation.
[azure@bastion-c4rf8 ~]$ echo ${APPID}
<blank output>
This means the module cannot be finished.
Additionally it makes the next section, Explore Cluster Authentication, also not workable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels