forked from web-platform-tests/wpt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add README in /.well-known/ to explain why mock-idp.js is hosted there
- Loading branch information
1 parent
6664646
commit af610fa
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Well-Known URI Testing | ||
====================== | ||
|
||
This directory is used for testing resources that are loaded based on the | ||
well-known URI standard. [[RFC5785](https://tools.ietf.org/html/rfc5785)] | ||
|
||
For other kinds of resource files, they should either be placed at | ||
[/common](../common) or the respective subdirectories for the | ||
particular standard. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
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](https://tools.ietf.org/html/draft-ietf-rtcweb-security-arch-12#section-5.6.5)] | ||
[[webrtc-pc](https://w3c.github.io/webrtc-pc/#sec.identity-proxy)] | ||
|
||
The script for identity provider proxy must be hosted at /.well-known/idp-proxy | ||
instead of the usual [/webrtc](../../webrtc) directory as it follows the | ||
well-known URI standard that derives the script URI from a given domain name. | ||
[[RFC5785](https://tools.ietf.org/html/rfc5785)] |