From 77997c00a40925dc2c76fe79adb77a5ebc32b0da Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 7 Apr 2023 16:40:58 -0400 Subject: [PATCH] Drop /auth/ from Keycloak example URL [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ce21f2..2f7d17a 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Use [this plugin](https://github.com/pulsejet/nextcloud-oidc-login). Unlike the ``` 'oidc_login_client_id' => 'nextcloud', 'oidc_login_client_secret' => 'mysecret', - 'oidc_login_provider_url' => 'https://example.com/auth/realms/myrealm', + 'oidc_login_provider_url' => 'https://example.com/realms/myrealm', 'oidc_login_disable_registration' => false, 'oidc_login_hide_password_form' => true, 'oidc_login_button_text' => 'Log in with your myssodomain',