KIDA-BfR / App-Development

Overview of Apps/Services that are currently developed or maintained by 4SZ
GNU General Public License v3.0
0 stars 0 forks source link

Feature: Implement Keycloak authentification #24

Closed schuelet closed 4 months ago

schuelet commented 4 months ago

FSKX Creation UI #23

The FSKX Creation UI should have a keycloak authentification prompt. On loading the page for the first time the user is asked to log into keycloak. Challenges:

schuelet commented 4 months ago

@ahsan64 Here is an example of the keycloak for the backend: https://github.com/KIDA-BfR/PoC-for-FSKX-API-server/blob/feature/fskx_create/fskxserver/fskxserver/fskxserver.py

Since the user logs into the fronted and you just pass the bearer token to the backend, here an example (html with javascript) for the frontend:

keycloak_example.html.txt

schuelet commented 4 months ago

@ahsan64 Good job!