Sql-Server

SSRS Azure SQL 數據庫 Active Directory - 通用 MFA

  • February 17, 2021

有誰知道Reporting Services何時支持Active Directory - Universal with MFA ?

它在 SSMS 中可用。

Visual Studio 2017 數據源屬性

SSRS 數據源屬性

報告伺服器數據源屬性

報告伺服器數據源屬性

MFA 身份驗證流程是互動式的。例如,對我來說,它會打開一個瀏覽器視窗,顯示一個程式碼,然後我會在手機上收到一條通知以批准登錄。

所以你不能在像SSRS這樣的後台服務中使用它。

使用 OLEDB 連接器並直接鍵入連接字元串:

Provider=MSOLEDBSQL;Data Source=myServer;Initial Catalog=myDatabase;Authentication=ActiveDirectoryInteractive;User ID=myUserName;Use Encryption for Data=true;

引用自:https://dba.stackexchange.com/questions/231570