Drop /auth/ from Keycloak example URL

[ci skip]
This commit is contained in:
3wc 2023-04-07 16:40:58 -04:00 committed by Christian Galo
parent 2e9098c9ba
commit 77997c00a4
1 changed files with 1 additions and 1 deletions

View File

@ -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',