Possibility to configure an OpenID Connect provider on the instance level WIP (#128).

This commit is contained in:
John Livingston
2024-04-18 10:58:08 +02:00
parent c3d7102d4a
commit 51c8a573c7
4 changed files with 40 additions and 4 deletions

View File

@ -38,6 +38,7 @@ export const livechatSpecificsPlugin = {
'hide_muc_participants',
'livechat_enable_viewer_mode',
'livechat_external_auth_oidc_button_label', 'livechat_external_auth_oidc_url',
'livechat_external_auth_reconnect_mode',
'livechat_mini_muc_head'
]) {
_converse.api.settings.set(k, params[k])

View File

@ -10,7 +10,8 @@ export const livechatViewerModePlugin = {
livechat_peertube_video_original_url: undefined,
livechat_peertube_video_uuid: undefined,
livechat_external_auth_oidc_button_label: undefined,
livechat_external_auth_oidc_url: undefined
livechat_external_auth_oidc_url: undefined,
livechat_external_auth_reconnect_mode: undefined
})
const originalGetDefaultMUCNickname = _converse.getDefaultMUCNickname