actinia-core icon indicating copy to clipboard operation
actinia-core copied to clipboard

Add possibility to use keycloak authentication token

Open anikaweinmann opened this issue 1 year ago • 0 comments

This merge requests allows to use a keycloak token for authentication, where the user attributes, role and group have to be included.

The changes includes:

  • creation of a ActiniaUserBase where the original ActiniaUser inherit from
  • Adding a new ActiniaKeycloakUser class which is used when it is configured in the config file via:

If the keycloak authentication token is configured the basic authenication will not work at the same time.

anikaweinmann avatar Sep 23 '22 11:09 anikaweinmann