Skip to content

AD sections don't work #7

@augustrh

Description

@augustrh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions