Table of Contents

Enum FederatedAuthRequestIssueReason

Namespace
Selenium.WebDriver.BiDi.Cdp.Audits
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Represents the failure reason when a federated authentication reason fails. Should be updated alongside RequestIdTokenStatus in third_party/blink/public/mojom/devtools/inspector_issue.mojom to include all cases except for success.

[JsonConverter(typeof(JsonStringEnumConverter<FederatedAuthRequestIssueReason>))]
public enum FederatedAuthRequestIssueReason

Fields

AccountsBlockedByConnectionAllowlist = 22
AccountsHttpNotFound = 20
AccountsInvalidContentType = 25
AccountsInvalidResponse = 23
AccountsListEmpty = 24
AccountsNoResponse = 21
Canceled = 35
ConfigBlockedByConnectionAllowlist = 12
ConfigHttpNotFound = 10
ConfigInvalidContentType = 14
ConfigInvalidResponse = 13
ConfigNoResponse = 11
ConfigNotInWellKnown = 8
CorsError = 44
DisabledInFlags = 17
DisabledInSettings = 16
ErrorFetchingSignin = 18
ErrorIdToken = 34
IdTokenBlockedByConnectionAllowlist = 28
IdTokenCrossSiteIdpErrorResponse = 31
IdTokenHttpNotFound = 26
IdTokenIdpErrorResponse = 30
IdTokenInvalidContentType = 33
IdTokenInvalidRequest = 32
IdTokenInvalidResponse = 29
IdTokenNoResponse = 27
IdpNotPotentiallyTrustworthy = 15
InvalidSigninResponse = 19
MissingTransientUserActivation = 39
NotSignedInWithIdp = 38
PopupBlockedByConnectionAllowlist = 46
RelyingPartyOriginIsOpaque = 41
ReplacedByActiveMode = 40
RpPageNotVisible = 36
ShouldEmbargo = 0
SilentMediationFailure = 37
SuppressedBySegmentationPlatform = 45
TooManyRequests = 1
TypeNotMatching = 42
UiDismissedNoEmbargo = 43
WellKnownBlockedByConnectionAllowlist = 4
WellKnownHttpNotFound = 2
WellKnownInvalidContentType = 7
WellKnownInvalidResponse = 5
WellKnownListEmpty = 6
WellKnownNoResponse = 3
WellKnownTooBig = 9