-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Requests by the API to msgraph fail due to "invalid client" #2463
Comments
When |
We are seeing instances where even after running The manual work around is to add a client secret to the app registration, add that to the keyvault secret, and update the version in the api app KeyVault reference. I've fixed manually, run |
Ok, it seems on the first run of deploy core the secret is updated in keyvault, but the API app is not updated. The second run the api secret is updated. I tried a dependency on terraform, in the api app onto the KV client secret, but that didn't work. |
Although auth.env was updated after running |
The App Registration secret/password (?) used by App Service is invalid. This seems to happens after running make auth.
The text was updated successfully, but these errors were encountered: