Skip to content

Commit 31cf11d

Browse files
added .WithAttestationSupport to demo app
1 parent caf7da7 commit 31cf11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prototype/MsiV2DemoApp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ private static IManagedIdentityApplication BuildMiApp(ManagedIdentityId miId, II
256256
bool showFullToken)
257257
{
258258
var builder = app.AcquireTokenForManagedIdentity(scope);
259-
if (useMtls) builder = builder.WithMtlsProofOfPossession();
259+
if (useMtls) builder = builder.WithMtlsProofOfPossession().WithAttestationSupport();
260260
if (forceRefresh) builder = builder.WithForceRefresh(true);
261261

262262
var result = await Ui.WithSpinnerAsync(

0 commit comments

Comments
 (0)