mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-07-10 15:51:53 +00:00
be4ccbc11b
MSC2965 proposes to let the homeserver advertise its current OIDC authentication issuer. These changes let conduwuit advertise itself as the issuer when [global.auth.enable_oidc_login] is set. It also advertises its account management endpoint if [global.auth.enable_oidc_account_management] is set. None of these endpoints are implemented. This commit only implements the bare advertisement, as requested by the MSC.