Skip to content
Snippets Groups Projects
Commit 60493f5f authored by Carsten Hinz's avatar Carsten Hinz
Browse files

added documentation on AAI to README

parent 6ca931be
No related branches found
No related tags found
No related merge requests found
......@@ -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.
# Supported Grids
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment