Skip to content

[PR #2] Update RFC8414 activitypub_account_portability as URL string - #258

Merged
aaronjae22 merged 4 commits into
mainfrom
aaronaej/update-rfc8414
Jun 16, 2026
Merged

[PR #2] Update RFC8414 activitypub_account_portability as URL string#258
aaronjae22 merged 4 commits into
mainfrom
aaronaej/update-rfc8414

Conversation

@aaronjae22

@aaronjae22 aaronjae22 commented Jun 4, 2026

Copy link
Copy Markdown
Collaborator

Closes #257

Corrects the RFC8414 discovery endpoint to emit activitypub_account_portability as the absolute URL string of the portability authorization endpoint instead of the previous non-standard nested object.

Per LOLA §4.1: ActivityPub servers supporting this specification SHOULD include the URL of their portability authorization endpoint in their authorization server metadata document [RFC8414] using the activitypub_account_portability parameter.

{
  "issuer": "https://ap-testbed.dtinit.org",
  "authorization_endpoint": "https://ap-testbed.dtinit.org/oauth/authorize/",
  "token_endpoint": "https://ap-testbed.dtinit.org/oauth/token/",
  "scopes_supported": ["activitypub_account_portability"],
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code"],
  "activitypub_account_portability": "https://ap-testbed.dtinit.org/oauth/authorize/"
}

@aaronjae22 aaronjae22 self-assigned this Jun 4, 2026
@aaronjae22 aaronjae22 changed the title Update RFC8414 activitypub_account_portability as URL string [PR: 2] Update RFC8414 activitypub_account_portability as URL string Jun 4, 2026
@aaronjae22 aaronjae22 changed the title [PR: 2] Update RFC8414 activitypub_account_portability as URL string [PR #2] Update RFC8414 activitypub_account_portability as URL string Jun 4, 2026
@aaronjae22
aaronjae22 marked this pull request as ready for review June 6, 2026 00:09
@aaronjae22
aaronjae22 requested a review from lisad June 6, 2026 00:09
@aaronjae22
aaronjae22 changed the base branch from aaronaej/auth-redirect-includes-activitypub-actor to main June 15, 2026 16:32
@aaronjae22
aaronjae22 changed the base branch from main to aaronaej/auth-redirect-includes-activitypub-actor June 15, 2026 16:36
Base automatically changed from aaronaej/auth-redirect-includes-activitypub-actor to main June 15, 2026 16:37
@aaronjae22
aaronjae22 merged commit b3b7f51 into main Jun 16, 2026
3 checks passed
@aaronjae22
aaronjae22 deleted the aaronaej/update-rfc8414 branch June 16, 2026 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RFC8414 Portability Entry Format Correction

2 participants