The address at which the redis server is running [Ref]
[user.manager.rest]
redis_address = "localhost:6379"
The time in minutes for which the groups to which a user belongs would be cached [Ref]
[user.manager.rest]
user_groups_cache_expiration = 5
The OIDC Provider [Ref]
[user.manager.rest]
id_provider = "http://cernbox.cern.ch"
Base API Endpoint [Ref]
[user.manager.rest]
api_base_url = "https://authorization-service-api-dev.web.cern.ch/api/v1.0"
Endpoint to generate token to access the API [Ref]
[user.manager.rest]
oidc_token_endpoint = "https://keycloak-dev.cern.ch/auth/realms/cern/api-access/token"
The target application for which token needs to be generated [Ref]
[user.manager.rest]
target_api = "authorization-service-api"