6 references to TenantMismatch
aspire (3)
Telemetry\InternalMicrosoftDetector.cs (3)
724
return PlatformSsoFailure(InternalMicrosoftProbeFailureCode.
TenantMismatch
, InternalMicrosoftProbeFailureStage.PlatformSsoIssuer);
735
return PlatformSsoFailure(InternalMicrosoftProbeFailureCode.
TenantMismatch
, InternalMicrosoftProbeFailureStage.PlatformSsoKeyEndpoint);
746
return PlatformSsoFailure(InternalMicrosoftProbeFailureCode.
TenantMismatch
, InternalMicrosoftProbeFailureStage.PlatformSsoTokenEndpoint);
Aspire.Cli.Tests (3)
Telemetry\InternalMicrosoftDetectorTests.cs (3)
762
Assert.Equal(InternalMicrosoftProbeFailureCode.
TenantMismatch
, result.Failure?.Code);
1028
InternalMicrosoftProbeFailureCode.
TenantMismatch
,
1037
Assert.Equal(InternalMicrosoftProbeFailureCode.
TenantMismatch
, diagnostic.Failure?.Code);