[Azure]Azure Data StudioからMFA認証なAzure SQL Databaseに接続できないのをどうにかする

接続できないというか、アカウント追加の時にエラーになってしまうんですけれどね。1-Azure Accounts.log にはこんなエラーが出力されてます。

[Error]: MSAL: Error requesting auth code - [{"errorCode":"endpoints_resolution_error","errorMessage":"Error: could not resolve endpoints. Please check network and try again. Detail: ClientAuthError: openid_config_error: Could not retrieve endpoints. Check your authority and verify the .well-known/openid-configuration endpoint returns the required endpoints. Attempted to retrieve endpoints from: https://undefined/organizations/v2.0/.well-known/openid-configuration","subError":"","name":"ClientAuthError"}]
[Error]: Login failed: Error: error - []
[Error]: {
  "originalMessage": "Error requesting auth code",
  "originalException": {
    "errorCode": "endpoints_resolution_error",
    "errorMessage": "Error: could not resolve endpoints. Please check network and try again. Detail: ClientAuthError: openid_config_error: Could not retrieve endpoints. Check your authority and verify the .well-known/openid-configuration endpoint returns the required endpoints. Attempted to retrieve endpoints from: https://undefined/organizations/v2.0/.well-known/openid-configuration",
    "subError": "",
    "name": "ClientAuthError"
  }
}

どうもこれ、2023/03/21現在も解決していないっぽいISSUEのようです。(ISSUEはこちら)

とりあえずどうにかする

Http: System CertificatesをOFFにすると、接続できるようになりました。(参考資料はこちら)

ISSUEの今後

2023/05のリリースでは直るとかそんな話が出ているので、もう少ししたら設定変更しなくてもつながるようになるかもしれないです。

コメントを残す