CERIT-SC/funnel-gdi

OIDC login flow through the UI

Closed this issue · 1 comments

While OIDC support was added on the backend side, the Funnel UI just receives 403 Forbidden responses because the JWT is not in the request.

The goal of this issue is to also support the OIDC login flow in the Funnel UI when the OIDC configuration has been enabled on the server side.

This requires:

  1. the backend to redirect unauthenticated users to the OIDC authentication provider.
  2. the frontend to use the received JWT in the requests.

Related PR #15 is ready for review and merge.