I started a FEP to define an #OAuth 2.0 profile for the #ActivityPub API (“c2s”):
https://codeberg.org/fediverse/fep/pulls/162
I’d appreciate any feedback or support. I’ve begun implementing this profile, and I think it’s testing out pretty well.
I started a FEP to define an #OAuth 2.0 profile for the #ActivityPub API (“c2s”):
https://codeberg.org/fediverse/fep/pulls/162
I’d appreciate any feedback or support. I’ve begun implementing this profile, and I think it’s testing out pretty well.
@evan no, I mean, I don't see why it'd make sense to define a custom profile of OAuth 2.0 when OIDC exists and we could just use it?
What does defining a custom profile really give us? Our authentication needs can't be that unique, can they?
@evan so currently all the different fediverse services that implement OAuth implement different bits of specs & don't support discovery of authorization server metadata; additionally, they rarely support PKCE. Dynamic Client Registration is supported, but OIDC Federation would likely be better.
The scopes you define look like they could conflict with existing implementations, and are also not discoverable by the client.