Commit ae4b5af
committed
Mimic MSAL.js: hardcode RequestMSIDLAB client ID in CI stage variables
- Hardcode LAB_APP_CLIENT_ID = f62c5ae3-bf3a-4af5-afa8-a68b800396e9
(RequestMSIDLAB) directly in the CI stage variables block, matching
the pattern used by MSAL.js (AZURE_CLIENT_ID in the pipeline YAML)
and avoiding the need for a UI-configured pipeline variable.
- Remove conditions gating AzureKeyVault@2 and cert-write steps — they
now always run (matching MSAL.js install-keyvault-secrets.yml).
- Clean up lab certificate unconditionally on always().
- Revert LAB_APP_TENANT_ID from lab_config.py — not needed since
RequestMSIDLAB is registered in the Microsoft tenant (the default).1 parent ef7a76e commit ae4b5af
2 files changed
+8
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
125 | 130 | | |
126 | 131 | | |
127 | 132 | | |
| |||
143 | 148 | | |
144 | 149 | | |
145 | 150 | | |
146 | | - | |
147 | | - | |
| 151 | + | |
148 | 152 | | |
149 | 153 | | |
150 | | - | |
151 | 154 | | |
152 | 155 | | |
153 | 156 | | |
| |||
161 | 164 | | |
162 | 165 | | |
163 | 166 | | |
164 | | - | |
165 | 167 | | |
166 | 168 | | |
167 | 169 | | |
| |||
183 | 185 | | |
184 | 186 | | |
185 | 187 | | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | 188 | | |
192 | | - | |
193 | 189 | | |
194 | 190 | | |
195 | 191 | | |
| |||
203 | 199 | | |
204 | 200 | | |
205 | 201 | | |
206 | | - | |
| 202 | + | |
207 | 203 | | |
208 | 204 | | |
209 | 205 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
| 197 | + | |
203 | 198 | | |
204 | 199 | | |
205 | 200 | | |
| |||
0 commit comments