2 references to IdentityMismatch
aspire (1)
Telemetry\InternalMicrosoftDetector.cs (1)
783
return PlatformSsoFailure(InternalMicrosoftProbeFailureCode.
IdentityMismatch
, InternalMicrosoftProbeFailureStage.PlatformSsoIdentity);
Aspire.Cli.Tests (1)
Telemetry\InternalMicrosoftDetectorTests.cs (1)
807
Assert.Equal(InternalMicrosoftProbeFailureCode.
IdentityMismatch
, result.Failure?.Code);