Skip to content

Commit

Permalink
Add wording to handle case where there is no subject
Browse files Browse the repository at this point in the history
Fix #16
  • Loading branch information
trwnh committed May 3, 2024
1 parent b6ef26a commit 6213c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h3>Reverse discovery of a WebFinger address given an actor document</h3>
<li>Take the hostname of the <code>id</code> to discover the WebFinger domain</li>
<li>Combine the <code>preferredUsername</code> and the WebFinger domain in order to form a WebFinger address</li>
<li>Verify that this WebFinger address links back to the same actor when performing discovery as described in <a href="#forward-discovery"></a></li>
<li>Optionally: If the <code>subject</code> from the previous step contains an <code>acct:</code> URI different from the one you constructed, perform a verification discovery against that <code>acct:</code> URI afterward. (In such cases, the <code>subject</code> of the JRD denotes the expected canonical identifier.)</li>
<li>Optionally: If the JRD from the previous step has a <code>subject</code> and it contains an <code>acct:</code> URI different from the one you constructed, perform a verification discovery against that <code>acct:</code> URI afterward. (In such cases, the <code>subject</code> of the JRD denotes the expected canonical identifier.)</li>
</ol>
<p>For example, given an actor document at <code>https://activitypub.example.com/actor/1</code> like so:</p>
<pre class="json example" title="Sample actor document">
Expand Down

0 comments on commit 6213c0c

Please sign in to comment.