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
"displayName": "This is a a dummy placeholder needed for time being due to MCS UI connection widget bug. Any auth changes should be made in connectionParameterSets",
58
+
"description": "This is a a dummy placeholder needed for time being due to MCS UI connection widget bug. Any auth changes should be made in connectionParameterSets",
59
+
"constraints": {
60
+
"required": "false"
61
+
}
62
+
}
63
+
}
64
+
},
65
+
"connectionParameterSets": {
66
+
"uiDefinition": {
67
+
"displayName": "Authentication type",
68
+
"description": "Type of authentication to be used."
69
+
},
70
+
"values": [
71
+
{
72
+
"name": "oauthSP",
73
+
"uiDefinition": {
74
+
"displayName": "Service principal (Microsoft Entra ID application)",
75
+
"description": "Use Microsoft Entra ID application to access your Snowflake database."
76
+
},
77
+
"metadata": {
78
+
"allowSharing": true
79
+
},
80
+
"parameters": {
81
+
"token": {
82
+
"type": "oauthSetting",
83
+
"oauthSettings": {
84
+
"identityProvider": "aad",
85
+
"scopes": [ "" ],
86
+
"redirectMode": "GlobalPerConnector",
87
+
"customParameters": {
88
+
"grantType": {
89
+
"value": "client_credentials"
90
+
},
91
+
92
+
"loginUri": {
93
+
"value": "[variables('loginUri')]"
94
+
},
95
+
"loginUriAAD": {
96
+
"value": "[variables('loginUriAAD')]"
97
+
}
98
+
}
99
+
},
100
+
"uiDefinition": {
101
+
"displayName": "Sign in with your Microsoft Entra ID credentials",
102
+
"description": "Sign in with your Microsoft Entra ID credentials",
103
+
"tooltip": "Provide Microsoft Entra ID credentials",
104
+
"constraints": {
105
+
"required": "false",
106
+
"hidden": "true"
107
+
}
108
+
}
109
+
},
110
+
"token:TenantId": {
111
+
"type": "string",
112
+
"uiDefinition": {
113
+
"schema": {
114
+
"description": "The tenant ID of the Microsoft Entra ID application",
115
+
"type": "string"
116
+
},
117
+
"displayName": "Tenant",
118
+
"constraints": {
119
+
"required": "true",
120
+
"hidden": "false"
121
+
}
122
+
}
123
+
},
124
+
"token:clientId": {
125
+
"type": "string",
126
+
"uiDefinition": {
127
+
"displayName": "Client ID",
128
+
"schema": {
129
+
"type": "string",
130
+
"description": "Client (or Application) ID of your Microsoft Entra ID application"
131
+
},
132
+
"constraints": {
133
+
"required": "true",
134
+
"hidden": "false"
135
+
}
136
+
}
137
+
},
138
+
"token:clientSecret": {
139
+
"type": "securestring",
140
+
"uiDefinition": {
141
+
"displayName": "Client Secret",
142
+
"schema": {
143
+
"type": "securestring",
144
+
"description": "Client secret of your Microsoft Entra ID application"
0 commit comments