Dave A-W
Dave A-W
Confirming this is still an issue with v9.4. Since the error is swallowed, this had me spinning wheels for half a day before discovering this thread. Thank you @AdditionAddict In...
I am seeing the same.
For my IIS-hosted application I was able to work around it by adding a reference to System.Web and reading from the `HttpContext.Current.Request.Form` collection. However this is clearly not an Owin-compatible...
Bump again
Using `[email protected]` our imports are slightly different. This works for us: ```typescript import firebase from 'firebase/compat/app'; import { AngularFireAuth } from '@angular/fire/compat/auth'; import { environment } from 'src/environments/environment'; export class...
Regarding "enforce role-based access control for queries", does this imply support for Azure AI Search's recently implemented [Query-Time ACL and RBAC enforcement](https://learn.microsoft.com/en-us/azure/search/search-query-access-control-rbac-enforcement) and corresponding [push of document-level permissions](https://learn.microsoft.com/en-us/azure/search/search-index-access-control-lists-and-rbac-push-api) during ingestion?...