From 9bc1b663a7261e769e589d62f87c8e474c260388 Mon Sep 17 00:00:00 2001 From: Hadi Mahdavi Date: Tue, 5 Jul 2022 05:56:40 +0430 Subject: [PATCH] Edit keycloak url Keycloak URL is not included /auth/ after hostname. Readme file and description has a mistake. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index deb745a547..edd1c314c8 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ The URI a OAuth2 provider will redirect to with the `code` and `state` values. `EXTERNAL_X_URL` - `string` -The base URL used for constructing the URLs to request authorization and access tokens. Used by `gitlab` and `keycloak`. For `gitlab` it defaults to `https://gitlab.com`. For `keycloak` you need to set this to your instance, for example: `https://keycloak.example.com/auth/realms/myrealm` +The base URL used for constructing the URLs to request authorization and access tokens. Used by `gitlab` and `keycloak`. For `gitlab` it defaults to `https://gitlab.com`. For `keycloak` you need to set this to your instance, for example: `https://keycloak.example.com/realms/myrealm` #### Apple OAuth