gecko-dev/testing/web-platform/tests/.well-known/idp-proxy
Byron Campen [:bwc] 6e23e3f774 Bug 1534692 - Part 1: Stop using |global|, and fix a typo ('param' should have been 'args') in mock-idp.js r=jib
Differential Revision: https://phabricator.services.mozilla.com/D24786

--HG--
extra : moz-landing-system : lando
2019-03-29 18:37:29 +00:00
..
META.yml
README.md
mock-idp.js Bug 1534692 - Part 1: Stop using |global|, and fix a typo ('param' should have been 'args') in mock-idp.js r=jib 2019-03-29 18:37:29 +00:00

README.md

Identity Provider Proxy

This directory is used for hosting the mock identity provider proxy script for testing the identity provider feature in WebRTC. [ietf-rtcweb-security-arch] [webrtc-pc]

The script for identity provider proxy must be hosted at /.well-known/idp-proxy instead of the usual /webrtc directory as it follows the well-known URI standard that derives the script URI from a given domain name. [RFC5785]