From 50be30e5db570d073c7a2fcc950b8bc63c75c21b Mon Sep 17 00:00:00 2001 From: Thomas Schweiger Date: Wed, 8 Jul 2026 09:27:21 +0200 Subject: [PATCH] fix: fix typo in proxy service documentation --- services/proxy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/proxy/README.md b/services/proxy/README.md index e8509e3ff2..16030f7530 100644 --- a/services/proxy/README.md +++ b/services/proxy/README.md @@ -107,7 +107,7 @@ checks if that user already exists. This is done by querying the `users` service where the attribute set in `PROXY_USER_CS3_CLAIM` matches the value of the OIDC claim configured in `PROXY_USER_OIDC_CLAIM`. -If the users does not exist, the proxy will create a new user via the `graph` +If the user does not exist, the proxy will create a new user via the `graph` service using the claim values configured in `PROXY_AUTOPROVISION_CLAIM_USERNAME`, `PROXY_AUTOPROVISION_CLAIM_EMAIL` and `PROXY_AUTOPROVISION_CLAIM_DISPLAYNAME`.