Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

FAQ Plus Running Script issue #211

Open
kgazar opened this issue May 8, 2023 · 2 comments
Open

FAQ Plus Running Script issue #211

kgazar opened this issue May 8, 2023 · 2 comments

Comments

@kgazar
Copy link

kgazar commented May 8, 2023

I went through the guided steps for implementing FAQ Plus and after running the script for deploy to Azure, we didn’t find any resources created in the Azure.

Attached screen shot for the error generated during running the script.

Please advise.
FAQ Plus Issue

@ghost ghost added the Needs: triage 🔍 label May 8, 2023
@kgazar
Copy link
Author

kgazar commented May 16, 2023

Please advise on this issue? noting that its production environment and i am in urgent need to fix the issue

@hannakeith
Copy link

there's been a couple of changes to the az ad app cmdlets.
I have resolved these by updating the deploy.ps1 script:

az ad app update --id $app.appId --sign-in-audience AzureADMultipleOrgs --enable-id-token-issuance $AllowImplicitFlow --required-resource-accesses './AdAppManifest.json'

az ad app create --display-name $appName --end-date '2299-12-31T11:59:59+00:00' --sign-in-audience AzureADMultipleOrgs --enable-id-token-issuance $AllowImplicitFlow --required-resource-accesses './AdAppManifest.json'

az ad app update --id $app.appId --web-redirect-uris @RedirectUris

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants