UCL-ARC / dirac-swift-api

Repository for the REST API side of the DiRAC-SWIFT project
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Integrate FastAPI token generation with HSDS #19

Closed harryjmoss closed 1 year ago

harryjmoss commented 1 year ago

From looking through the HSDS docs, there isn't anything explicitly detailing how to support our self-generated tokens for user authentication.

Azure AD and Keycloak are mentioned specifically, but from the HDF forums it seems like it may be possible to integrate our JWT generation with HSDS.

Let's have a short spike focused on seeing the viability of this, otherwise we can go to plan B in #20

harryjmoss commented 1 year ago

HSDS no longer planned