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's onidpvalidationerror
event handler, that the identity provider (IdP) encountered an error while validating an identity assertion. An event handler for this event can be added using the RTCPeerConnection.onidpvalidationerror
property.
Bubbles | No |
---|---|
Cancelable | No |
Interface | RTCIdentityErrorEvent |
Event handler property | onidpvalidationerror |
Warning: This event is no longer used; instead, you can detect a validation error by detecting when the promise
returned by RTCPeerConnection.peerIdentity
is rejected.
Specifications
Specification | Status | Comment |
---|---|---|
WebRTC 1.0: Real-time Communication Between Browsers The definition of 'idpvalidationerror' in that specification. |
Candidate Recommendation |
Browser compatibility
BCD tables only load in the browser