You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some scenario, AzureCP hangs while using "check permissions" feature.
So far I could reproduce it only in SharePoint 2019 in a multi-server farm, in the w3wp of a site while using "check permissions" feature.
The text was updated successfully, but these errors were encountered:
This is somehow caused by the way ASP.NET runs async tasks.
Workaround found: instead of awaiting on the async task directly, run it in a parent task, and await on the parent task:
* Update NuGet packages
* Fix hang - bug #78
* Update CHANGELOG.md
* Update DevOps pipelines
* Update AzureCP.cs
* Include all String properties of class User in enum type AzureADObjectProperty
#77: Include all other String properties of class User in enum type AzureADObjectProperty - https://docs.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-1.0#properties
* Update ci-compile.yml
* Test using matrix strategy
* Update ci-run-integration-tests.yml
* Update ci-run-integration-tests.yml
* Update ci-run-integration-tests.yml
* Update ci-run-integration-tests.yml
* Update admin pages
* Implement certificate-based authentication (#80)
* Add support for client certificate authentication
* Improve logging
* Updating admin pages to support client certificate
* Update admin page to support certificate authentication
* Add method AzureCPConfig.GetAzureTenantByName()
* Add methods AzureTenant.UpdateCredentials and AzureTenant.SetCredentials
* Test a fix of potential typo
* Update CHANGELOG.md
In some scenario, AzureCP hangs while using "check permissions" feature.
So far I could reproduce it only in SharePoint 2019 in a multi-server farm, in the w3wp of a site while using "check permissions" feature.
The text was updated successfully, but these errors were encountered: