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

Admin portal gives 500 Error #76

Closed
aquibchiniwala opened this issue Dec 23, 2021 · 1 comment
Closed

Admin portal gives 500 Error #76

aquibchiniwala opened this issue Dec 23, 2021 · 1 comment

Comments

@aquibchiniwala
Copy link

Hello,
I deployed the template to Azure and the admin portal is not working. It returns Http 500 error.
Also, I feel the deployment template is incomplete as it doesn't deploy any application gateway as mentioned in the reference architecture.

@nickpinheiro
Copy link
Contributor

Hello @aquibchiniwala,

Yes, as the ASDK is in public preview not all resources are included in the deployment yet.

The Admin Web App uses Azure AD for authentication and thus you will need to add your Azure AD information into your appsettings.json or in configuration in the App Service. This will be included in our upcoming docs.

"AzureAd": {
"Instance": "",
"Domain": "",
"TenantId": "",
"ClientId": "",
"CallbackPath": ""
}

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

No branches or pull requests

2 participants