MySqlConnector
MySqlConnector copied to clipboard
Support multifactor authentication
trafficstars
New in MySQL Server 8.0.27: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-27.html#mysqld-8-0-27-authentication
https://dev.mysql.com/doc/refman/8.0/en/multifactor-authentication.html
Now supported in Connector/NET 8.0.28 through Password1, Password2, Password3 connection string options.
It would be less convenient than connection string options, but could the ProvidePasswordCallback be leveraged to provide MFA passwords?