Adding some standard OpenID Connect providers (Google, Facebook) (WIP):

* refactoring, to allow several OIDC singletons
* settings for google and facebook
* backend code
This commit is contained in:
John Livingston
2024-04-22 13:03:31 +02:00
parent 4bc2d4fd51
commit 024186ba2c
16 changed files with 341 additions and 142 deletions

View File

@ -63,11 +63,11 @@ Just set here the discovery url, that should be something like `https://example.
Note: if your provider use the standard `/.well-known/openid-configuration` path, you can omit it.
For example `https://accounts.google.com` will work.
### {{% livechat_label external_auth_custom_oidc_client_id_label %}}
### {{% livechat_label external_auth_oidc_client_id_label %}}
Your application Client ID.
### {{% livechat_label external_auth_custom_oidc_client_secret_label %}}
### {{% livechat_label external_auth_oidc_client_secret_label %}}
You application Client secret.