Asta7 can also be accessed using the REST API. The API docs can be found at httphttps://localhosthostname/gui-server/swagger-ui/index.html (Replace the schema and host hostname with your own).
Authentication
Asta7 REST API uses OAuth2 for authentication. So, standard Standard OAuth2 endpoints can be used to obtain the tokens.
...
The expires_in
property in the response states the period of validation (in seconds) for the access_token
. By default, this is 5 minutes. Can This can be modified from the Keycloak admin console. Log in to the Keycloak admin console, then go to Realm Settings > Tokens
and change the Access Token Lifespan
...