From 379feec22ee71605d6c44fc388fb1e8c5f622ed6 Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 11 Nov 2024 12:46:03 +0100 Subject: [PATCH] Update services/proxy/README.md Co-authored-by: Phil Davis --- 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 b7ccf297bb..04bf505439 100644 --- a/services/proxy/README.md +++ b/services/proxy/README.md @@ -134,7 +134,7 @@ OpenID Connect (OIDC) scopes are used by an application during authentication to Claims cant get updated automatically in Infinite Scale when there is a change in the IDM (identity management). JWT tokens generated by the IDP (OpenID Connect provider) requested by Infinite Scale, are immutable, means they reflect the IDM claim state when issued. Therefore you can't change or update claims on existing tokens. To provide updated claim information for users in Infinite Scale, a new immutable token must be requested. This especially affects claim changes like changed user details or group names and applies for users individually. -Because there are many ways to implement expiry and handling of access and refrash tokens, only the general advice to (re)log in to get updated claim information can be given. This also applies for connected apps like the Desktop, iOS or Android app! +Because there are many ways to implement expiry and handling of access and refresh tokens, only the general advice to (re)log in to get updated claim information can be given. This also applies for connected apps like the Desktop, iOS or Android app! ## Automatic Quota Assignments