From 80e9145a4f39253b3dc5974988eb1143d13f74af Mon Sep 17 00:00:00 2001 From: MrRulf <61196928+MrRulf@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:16:39 +0200 Subject: [PATCH] example_configs: Update nextcloud_oidc_authelia.md Corrected a base URL, points at the nextcloud instance now instead of the authentificator. Also added additional information for different nextcloud URL configurations. --- example_configs/nextcloud_oidc_authelia.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_configs/nextcloud_oidc_authelia.md b/example_configs/nextcloud_oidc_authelia.md index bc1a84c..c0789d8 100644 --- a/example_configs/nextcloud_oidc_authelia.md +++ b/example_configs/nextcloud_oidc_authelia.md @@ -70,7 +70,7 @@ _The first two can be any string you'd like to identify the connection with. The * *_Do not_* use commas in the Nextcloud Social Login app scope! This caused many issues for me. * Be sure you update your Authelia `configuration.yml`. Specifically, the line: `redirect_uris`. The new URL should be -`https://auth.example.com/index.php/apps/sociallogin/custom_oidc/Authelia`. +`https://nextcloud.example.com/apps/sociallogin/custom_oidc/Authelia`, in some cases the URL also contains the index.php file and has to look like this `https://nextcloud.example.com/index.php/apps/sociallogin/custom_oidc/Authelia`. Check if your nextcloud has index.php in it's URL because if it has this won't work without and if it hasn't the link with index.php won't work. * The final field in the URL (Authelia) needs to be the same value you used in the Social Login "Internal Name" field. * If you've setup LLDAP correctly in nextcloud, the last dropdown for _Default Group_ should show you the `nextcloud_users` group you setup in LLDAP.