Skip to content
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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants