Skip to content

Update RFC8424 discovery with structured LOLA metadata#242

Merged
aaronjae22 merged 2 commits into
mainfrom
LOLA/updating-rfc8414-discovery-endpoint
Mar 30, 2026
Merged

Update RFC8424 discovery with structured LOLA metadata#242
aaronjae22 merged 2 commits into
mainfrom
LOLA/updating-rfc8414-discovery-endpoint

Conversation

@aaronjae22
Copy link
Copy Markdown
Collaborator

@aaronjae22 aaronjae22 commented Feb 1, 2026

This PR updates RFC8414 Discovery Endpoint with structured LOLA account portability metadata.

Before:

"activitypub_account_portability": "<http://localhost:8000/oauth/authorize/>"

After:

"activitypub_account_portability": {
  "supported": true,
  "authorization_endpoint": "<http://localhost:8000/oauth/authorize/>",
  "scopes": ["activitypub_account_portability"]
}
curl -s http://localhost:8000/.well-known/oauth-authorization-server | jq
image

Closes #240

@aaronjae22 aaronjae22 self-assigned this Feb 1, 2026
@aaronjae22 aaronjae22 merged commit e5647e6 into main Mar 30, 2026
3 checks passed
@aaronjae22 aaronjae22 deleted the LOLA/updating-rfc8414-discovery-endpoint branch March 30, 2026 21:32
@aaronjae22 aaronjae22 changed the title [PR#1] Update RFC8424 discovery with structured LOLA metadata Update RFC8424 discovery with structured LOLA metadata Mar 30, 2026
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.

[ON PR] Update RFC8414 Discovery Endpoint (.well-known/oauth-authorization-server)

2 participants