From c5c239981e5501f60f6966143d76037d5693036a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Mili=C4=87?= Date: Fri, 31 Jan 2025 14:23:02 +0100 Subject: [PATCH] docfix/Tweak props keycloak.admin.access_token --- obp-api/src/main/resources/props/sample.props.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obp-api/src/main/resources/props/sample.props.template b/obp-api/src/main/resources/props/sample.props.template index 23f612b98..292a73b24 100644 --- a/obp-api/src/main/resources/props/sample.props.template +++ b/obp-api/src/main/resources/props/sample.props.template @@ -770,7 +770,7 @@ display_internal_errors=false # integrate_with_keycloak = false # Keycloak Identity Provider Host # oauth2.keycloak.host=http://localhost:7070 -# Keycloak access token to make a call to Admin APIs +# Keycloak access token to make a call to Admin APIs (This props is likely to change) # keycloak.admin.access_token = # Keycloak Identity Provider Realm (Multi-Tenancy Support) # oauth2.keycloak.realm = master