CERIT-SC / funnel-gdi

MIT License
1 stars 3 forks source link

OIDC login flow through the UI #13

Closed mrtamm closed 1 month ago

mrtamm commented 3 months ago

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.
mrtamm commented 2 months ago

Related PR #15 is ready for review and merge.