3 references to PlatformSsoKeyEndpoint
aspire (2)
Telemetry\InternalMicrosoftDetector.cs (2)
730
return PlatformSsoFailure(InternalMicrosoftProbeFailureCode.JsonShape, InternalMicrosoftProbeFailureStage.
PlatformSsoKeyEndpoint
);
735
return PlatformSsoFailure(InternalMicrosoftProbeFailureCode.TenantMismatch, InternalMicrosoftProbeFailureStage.
PlatformSsoKeyEndpoint
);
Aspire.Cli.Tests (1)
Telemetry\InternalMicrosoftDetectorTests.cs (1)
793
Assert.Equal(InternalMicrosoftProbeFailureStage.
PlatformSsoKeyEndpoint
, result.Failure?.Stage);