Just to throw this out there, IndieAuth is a very small addition to OAuth 2.0 which adds identity into the system in a much lighter weight way than OpenID Connect. Mastodon could easily add this extension to return the user ID of the user who just authenticated. The login form on OwnCast would ask the user to enter their server name, and do discovery on the server to send the user there to log in.
I did a talk about how Mastodon/ActivityPub apps can use IndieAuth to accomplish this kind of thing. The video is available -- of course -- on my website: https://aaronparecki.com/2020/09/22/25/activitypub-oauth-2-1
@aaronpk Ah right! Thanks for the quick reply. Makes sense with regards to community management, wanted to just understand the possible underlying technicalities that carry those bits and get a head start.
As much as I read/consume specs, I am unfamiliar with the IETF process in general. I'll try to find a way to stay +cc'd on any related discussions, if they're held in the open.