Documentation.

This commit is contained in:
John Livingston
2024-04-22 14:48:23 +02:00
parent 0a492d1921
commit acefa9c307
36 changed files with 818 additions and 334 deletions

View File

@ -35,8 +35,6 @@ Doing so, you can for example use your website for Single Sign-On.
Popular CMS softwares (Wordpess, ...) offers plugins implementing OpenID Connect.
So can also use provider such as Google, Facebook, ...
To enable this feature, first you have to create a client on your provider side (check the related documentation for enabling OpenID Connect).
Then go to the [plugin settings](/peertube-plugin-livechat/documentation/admin/settings), and enable "{{% livechat_label external_auth_custom_oidc_label %}}".
@ -71,6 +69,15 @@ Your application Client ID.
You application Client secret.
### Google, Facebook, ...
In addition to that, you can also configure one or several "standard" Open ID Connect provider (Google, Facebook, ...).
For these providers, discovery url and button label are preset.
You just have to create an OAuth2 application on the provider side, and configure Client ID and Client Secret.
If you think of a standard provider that is not available, you can ask for implementation by [opening a new issue](/peertube-plugin-livechat/issues/).
### Troubleshooting
If the button does not appear for end users, there might be a configuration issue.