Skip to content

Commit a772efe

Browse files
authored
Change labels for Microsoft Entra authentication methods (#125)
1 parent cbc9592 commit a772efe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reverse_engineering/connection_settings_modal/connectionSettingsModalConfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@
113113
"label": "SQL Server"
114114
},
115115
{
116-
"value": "Azure Active Directory (Username / Password)",
117-
"label": "Azure Active Directory (Username / Password)"
116+
"value": "Azure Active Directory (MFA)",
117+
"label": "Microsoft Entra ID via authorization code flow (PCKE)"
118118
},
119119
{
120-
"value": "Azure Active Directory (MFA)",
121-
"label": "Azure Entra ID (MFA)"
120+
"value": "Azure Active Directory (Username / Password)",
121+
"label": "Microsoft Entra ID via username/password (ROPC - legacy)"
122122
}
123123
]
124124
},

0 commit comments

Comments
 (0)