@@ -208,6 +208,11 @@ Output created by the different modules and classes of this package use the pyth
There is also a auxiliary class to reuse the same logger setup for examples and scripts provided by this package. It can also be used for custom scripts using this library.
This can be used to configures a logging to the shell as well as to the system log of a linux system.
## Authentication and Authorization
TOAR Gridding requires the statistics endpoint of an analysis service for the TOAR database. Those endpoint can require authentication and authorization. The default approach is the [Helmholtz ID](https://hifis.net/aai/), which can be used by many researchers. The access requires a registration and assignments of required rights, which is documented here (authentication is not yet required; there is now documentation on how to obtain an account).
The access to the services is granted with access tokens. Local tokens can for example be created with the [OpenID Connect agent](https://hifis.net/doc/helmholtz-aai/howto-oidc-agent/) suggested within the documentation of the Helmholtz ID.