From ef45629df425351c4aa4f3e31199ab9da16218ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20Kn=C3=BCppel?= Date: Thu, 18 Apr 2024 23:49:51 +0200 Subject: [PATCH] Add docs for transient-users how to prevent profile-review (#28889) Signed-off-by: Captain-P-Goldfish #relatesTo https://github.com/keycloak/keycloak/discussions/26637 --- docs/transient-users.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/transient-users.md b/docs/transient-users.md index 08135cf959..e830fe7cf5 100644 --- a/docs/transient-users.md +++ b/docs/transient-users.md @@ -60,4 +60,11 @@ When using transient users, you should be aware of the following: - Technically, transient user data is stored as part of the user session. It thus increases the session size. +- The transient user login uses the `first broker login` authentication-flow for each authentication causing + a profile review for each authenticated user each time a user authenticates. To prevent this behaviour + copy the `first broker login` authentication-flow, disable the `Review Profile` step and assign the new + authentication-flow to the `Identity Provider` configuration by selecting it in the `First login flow` + selection-box of the `Identity Provider` configuration. + +