This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The read-only property RTCIdentityErrorEvent.loginUrl
is a DOMString
giving the URL where the user can complete the authentication. It can be null
and is provided by the identity provider (idp).
Firefox implements the interface of this property under the following name: RTCPeerConnectionIdentityErrorEvent.
It is likely that it will correct this name when it will unprefix RTCPeerConnection
, once spec and implementation will have been stabilized.
Syntax
var loginUrl = event.loginUrl; event.loginUrl = "https://developer.mozilla.org/fakeURL";
Example
pc.onidpassertionerror = function( ev ) { alert("The idp requested an authentication" + " to be performed at th3 URL '" + ev.url + "'."); }
Specifications
Specification | Status | Comment |
---|---|---|
WebRTC 1.0: Real-time Communication Between Browsers The definition of 'RTCIdentityErrorEvent.loginUrl' in that specification. |
Candidate Recommendation | Initial specification. |
Browser compatibility
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Update compatibility data on GitHub
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
loginUrl | Chrome No support No | Edge ? | Firefox ? | IE No support No | Opera Full support Yes | Safari ? | WebView Android No support No | Chrome Android No support No | Firefox Android ? | Opera Android ? | Safari iOS No support No | Samsung Internet Android No support No |
Legend
- Full support Ā
- Full support
- No support Ā
- No support
- Compatibility unknown Ā
- Compatibility unknown
- Experimental. Expect behavior to change in the future.
- Experimental. Expect behavior to change in the future.