Actor Verification Result
🚨 Warnings 🚨
- Claire should be able to retrieve the actor
- Claire should be able to post to the inbox. If bob can successfully post to the inbox, this is likely due to using an unsigned request to retrieve the public key.
Result for Actor Personas
A description of these actor personas can be found here.
Name | GET Actor | POST Inbox |
---|---|---|
Alice
|
✔️ | |
Bob
|
✔️ | ✔️ |
Claire
|
❌ Cannot get actor
|
❌ Cannot post to inbox
|
Dean
|
✔️ | |
Emily
|
Cannot get actor | Cannot post to inbox |
Frank
|
Cannot get actor | Cannot post to inbox |
Processing log
{ "steps": [ "Got Actor Uri https://buzzworkers.com/federation/actors/buzz", "Can fetch actor from https://buzzworkers.com/federation/actors/buzz", "Running verification for alice", "Got inbox https://buzzworkers.com/federation/actors/buzz/inbox", "Got 403 for unsigned POST", "Running verification for bob", "Got inbox https://buzzworkers.com/federation/actors/buzz/inbox", "Successfully posted to inbox with result", 200, "{}", "Running verification for claire", "Something went wrong", "ClientResponseError(RequestInfo(url=URL('https://buzzworkers.com/federation/actors/buzz'), method='GET', headers=, real_url=URL('https://buzzworkers.com/federation/actors/buzz')), (), status=403, message='Forbidden', headers= )", "Running verification for dean", "Got inbox https://buzzworkers.com/federation/actors/buzz/inbox", "Got 403 for unsigned POST", "Running verification for emily", "Something went wrong", "ClientResponseError(RequestInfo(url=URL('https://buzzworkers.com/federation/actors/buzz'), method='GET', headers= , real_url=URL('https://buzzworkers.com/federation/actors/buzz')), (), status=403, message='Forbidden', headers= )", "Running verification for frank", "Something went wrong", "ClientResponseError(RequestInfo(url=URL('https://buzzworkers.com/federation/actors/buzz'), method='GET', headers= , real_url=URL('https://buzzworkers.com/federation/actors/buzz')), (), status=403, message='Forbidden', headers= )", "Got preferredUsername buzz", "computed acct uri acct:buzz@buzzworkers.com", "Retrieved id https://buzzworkers.com/federation/actors/buzz using webfinger", "webfinger result matches expectations" ] }