Skip to content

Commit e359de6

Browse files
authored
[fedid-wg] Editorial and wording fixes (w3c#478)
* Update wg-fedid.html Mostly editorial changes with a few wording clarifications. * Update wg-fedid.html Editorial fixes
1 parent 80b2825 commit e359de6

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

2024/wg-fedid.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@
7777
<h1 id="title">PROPOSED Federated Identity Working Group Charter</h1>
7878
<!-- delete PROPOSED after AC review completed -->
7979

80-
<p class="mission">The <strong>mission</strong> of the <a href="https://www.w3.org/groups/wg/fedid">Federated Identity Working Group</a> is to will
81-
develop specifications to allow websites to request a federated identity
80+
<p class="mission">The <strong>mission</strong> of the <a href="https://www.w3.org/groups/wg/fedid">Federated Identity Working Group</a> is to
81+
develop specifications to allow a website to request a federated identity
8282
credential or assertion with the purpose of authenticating a user and/or requesting a set of claims in a
83-
compatible way OIDC or SAML.</p>
83+
compatible way to OIDC or SAML.</p>
8484
<!-- the link to the group is ALWAYS that available from https://www.w3.org/groups/wg or https://www.w3.org/groups/ig because each group page can then point to a different homepage, but not the other way around. -->
8585

8686
<div class="noprint">
@@ -155,11 +155,11 @@ <h1 id="title">PROPOSED Federated Identity Working Group Charter</h1>
155155
<div id="background" class="background">
156156
<h2>Motivation and Background</h2>
157157
<p>
158-
With changes to the underlying <a href='https://www.w3.org/TR/privacy-principles/'>privacy principles</a>,
158+
With changes to the support for underlying <a href='https://www.w3.org/TR/privacy-principles/'>privacy principles</a>,
159159
fundamental assumptions of the web platform are being redefined or removed. While overall good for the web, the
160160
<a href='https://www.w3.org/2001/tag/doc/web-without-3p-cookies/'>third-party cookie deprecation</a>
161-
removes a fundamental building block used by certain designs of federated
162-
identity. This Group aims to start by bridging the gap for the federated identity designs which relied
161+
removes a building block used by certain designs of federated
162+
identity. This Group aims to bridge the gap for the federated identity designs which relied
163163
on third-party cookies.
164164
</p>
165165
</div>
@@ -168,20 +168,20 @@ <h2>Motivation and Background</h2>
168168
<h2>Scope</h2>
169169
<p>The Working Group will specify new web platform features intended to be implemented in browsers or similar user
170170
agents. The purpose of these features is to support authentication and authorization flows without compromising
171-
security principles for Identity Providers (IdPs), Relying Parties (RPs), and User Agents as well as user
171+
security principles for Identity Providers (IdPs), Relying Parties (RPs), and User Agents as well as protecting user
172172
privacy. Here "privacy" minimally refers to the appropriate processing of personal information. The result of
173173
this work is the development of new mechanisms that define how information is passed by the browser between the
174174
RP, the IdP, and authentication intermediaries to facilitate federated authentication; these mechanisms are not
175175
an authentication method.</p>
176176

177-
<p>If any of the mechanisms developed to support authentication and authorization flows look like they will result
178-
in breaking changes for existing protocols, work on that mechanism must include a well-documented transition
177+
<p>If any of the mechanisms developed to support authentication and authorization flows would cause
178+
breaking changes for existing protocols, work on that mechanism must include a well-documented transition
179179
period.</p>
180180

181181
<section id="section-out-of-scope">
182182
<h3 id="out-of-scope">Out of Scope</h3>
183-
<p>The identity space is much larger than federated authentication. While there are several topics related to
184-
identity that may be of interest, they are out of scope for our work.</p>
183+
<p>The identity space is much larger than federated authentication. While several topics related to
184+
identity may be of interest, they are out of scope for our work.</p>
185185

186186
<p>Specific topics out of scope:</p>
187187
<ul class="out-of-scope">
@@ -224,7 +224,7 @@ <h3>
224224
</dt>
225225
<dd>
226226
<p>This specification defines an API that allows users to login to websites with their federated accounts in a
227-
privacy preserving manner.</p>
227+
privacy-preserving manner.</p>
228228

229229
<p class="draft-status"><b>Draft state:</b> <a href="https://github.com/fedidcg/FedCM">Adopted from the
230230
Federated Identity Community Group</a>
@@ -361,7 +361,7 @@ <h3 id="w3c-coordination">W3C Groups</h3>
361361
working group is expected to regularly coordinate with the Privacy CG to
362362
ensure that the work of the two groups is not in conflict.</dd>
363363
<dt><a href="https://www.w3.org/groups/wg/webauthn/" rel="nofollow">Web Authentication (WebAuthn) Working Group</a></dt>
364-
<dd>While we are not developing an authentication mechanism, it still must work in conjunction with existing authentication mechanisms. The WebAuthn Working Group may provide input and guidance for this requirement.</dd>
364+
<dd>While we are not developing an authentication mechanism, this work must operate in conjunction with existing authentication mechanisms. The WebAuthn Working Group may provide input and guidance for this requirement.</dd>
365365
<dt><a href="https://www.w3.org/WAI/APA/" rel="nofollow">Accessible Platform Architectures (APA) WG</a></dt>
366366
<dd>The APA WG seeks to ensure that accessibility is kept front of mind, as authentication timing and the reliance on short term memory are known and thorny topics for people with disabilities. APA WG can represent these issues that have been raised in the Cognitive Accessibility (COGA) TF, and Accessibility Guidelines (AG) WG.</p>
367367
</dl>
@@ -640,4 +640,4 @@ <h3>Change log</h3>
640640

641641
</body>
642642

643-
</html>
643+
</html>

0 commit comments

Comments
 (0)