Loading src/main/asciidoc/architectureDocumentation/auth_n_auth_architectureDocumentation.adoc +4 −1 Original line number Diff line number Diff line Loading @@ -702,7 +702,8 @@ After choosing an environment the corresponding json files have to be configured "keycloakRealm": "OpenKRealm", "keycloakClient": "OpenKClient", "keycloakAdmin": "admin", "keycloakPW": "adminpwd" "keycloakPW": "adminpwd", "maxLoadUsers": 1000 } ---- * *internalSessionLengthMillis* - Maximum allowed duration of inactivity, before a session ends Loading @@ -712,6 +713,8 @@ After choosing an environment the corresponding json files have to be configured * *keycloakClient* - Configured client on keycloak * *keycloakAdmin* - user for admin access on keycloak * *keycloakPW* - password of the admin user * *maxLoadUsers* - Sets the maximum of users that are loaded from keycloak. KC itself is limited here. The value should be set to the amount of *all* users in the target "keycloakRealm". .moduleConfigXXX.json Loading Loading
src/main/asciidoc/architectureDocumentation/auth_n_auth_architectureDocumentation.adoc +4 −1 Original line number Diff line number Diff line Loading @@ -702,7 +702,8 @@ After choosing an environment the corresponding json files have to be configured "keycloakRealm": "OpenKRealm", "keycloakClient": "OpenKClient", "keycloakAdmin": "admin", "keycloakPW": "adminpwd" "keycloakPW": "adminpwd", "maxLoadUsers": 1000 } ---- * *internalSessionLengthMillis* - Maximum allowed duration of inactivity, before a session ends Loading @@ -712,6 +713,8 @@ After choosing an environment the corresponding json files have to be configured * *keycloakClient* - Configured client on keycloak * *keycloakAdmin* - user for admin access on keycloak * *keycloakPW* - password of the admin user * *maxLoadUsers* - Sets the maximum of users that are loaded from keycloak. KC itself is limited here. The value should be set to the amount of *all* users in the target "keycloakRealm". .moduleConfigXXX.json Loading