Skip to content

Commit

Permalink
Minor grammar fixes to OAuth2 guidance.
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
msporny and TallTed committed Feb 27, 2024
1 parent c96ad7c commit f547504
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -644,8 +644,8 @@ <h4>OAuth 2.0</h4>
way:
</p>
<p>
OAuth2 tokens for this purpose have an audience of the particular issuer instance:
e.g. `origin/issuers/zc612332f3`.
OAuth2 tokens for this purpose have an audience of the particular issuer instance,
e.g., `origin/issuers/zc612332f3`.
</p>
<p>
The scopes are generalized to read/write actions on particular endpoints:
Expand All @@ -662,7 +662,7 @@ <h4>OAuth 2.0</h4>
`write:/credentials/issue` would only allow writing to that particular API.
</p>
<p>
Other authorization mechanisms that support delegation may be defined in the future.
Other authorization mechanisms that support delegation might be defined in the future.
</p>
</section>

Expand Down

0 comments on commit f547504

Please sign in to comment.