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
You'd need to just set provider as I did in example here: Custom Auth Provider Example.
This example is part of PR #597 so will be published later, but you can refer usecase from here.
Also to mention, we're making "ActiveDirectoryAuthenticationProvider" public soon (with PR #597) so users can override specific properties and let driver take care of the rest.
Please feel free to test and review the PR if it solves the purpose of your overriding and let us know if we can improvise it further :)
How do I register my own AuthenticationProvider? What changes do I need to make to the connection string to call my custom AcquireTokenAsync method?
The text was updated successfully, but these errors were encountered: