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
Add support for parametrization into the Azure authentication middleware to support custom token providers which are not directly implemented in the SDK.
The text was updated successfully, but these errors were encountered:
Currently AzureMiddleware implemented to call AzureTokenService and there's no way to customize this behavior. We're getting into a situation when different datasources may support different authentication types. ADX supports OBO which other datasources do not support etc.
So it would be great to be able to pass configuration to the AzureMIddleware during initialization to override its behavior
Add support for parametrization into the Azure authentication middleware to support custom token providers which are not directly implemented in the SDK.
The text was updated successfully, but these errors were encountered: