Add docs for transient-users how to prevent profile-review (#28889)

Signed-off-by: Captain-P-Goldfish <captain.p.goldfish@gmx.de>

#relatesTo https://github.com/keycloak/keycloak/discussions/26637
This commit is contained in:
Pascal Knüppel 2024-04-18 23:49:51 +02:00 committed by GitHub
parent 76a5a27082
commit ef45629df4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,4 +60,11 @@ When using transient users, you should be aware of the following:
- Technically, transient user data is stored as part - Technically, transient user data is stored as part
of the user session. It thus increases the session size. 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.
</@tmpl.guide> </@tmpl.guide>