RTCPeerConnection: idpvalidationerror event

Obsolete
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.

An idpvalidationerror event informs the target, a RTCPeerConnection object, that the identity provider (IdP) encountered an error when trying to validate an identity assertion. An event handler for this event can be added via the RTCPeerConnection.onidpvalidationerror property.

Bubbles No
Cancelable No
Interface RTCIdentityErrorEvent
Event handler property onidpvalidationerror

Important: This event is no longer used; it was removed from the specification long ago. Instead, you should watch for the RTCPeerConnection.peerIdentity promise to be rejected with an OperationError.

Specifications

Specification Status Comment
WebRTC 1.0: Real-time Communication Between Browsers
The definition of 'idpvalidationerror' in that specification.
Candidate Recommendation Initial definition.

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
idpvalidationerror event
Deprecated
Chrome No support NoEdge No support ≤18 — 79Firefox Full support 22IE No support NoOpera Full support 43Safari ? WebView Android No support NoChrome Android No support NoFirefox Android Full support 44Opera Android Full support 43Safari iOS ? Samsung Internet Android Full support 6.0

Legend

Full support
Full support
No support
No support
Compatibility unknown
Compatibility unknown
Deprecated. Not for use in new websites.
Deprecated. Not for use in new websites.

See also