<Use Keycloak to login and access backend API> I a...
# community-feeds
r
Use Keycloak to login and access backend API I am trying to connect a Vaadin frontend to a backend API with Keycloak as a centralized authorization server. Currently I have an API-Service written in FastAPI which can be used to submit data and receive the results of an analysis for it after the data has been processed. The results are stored in different database schemas per tenant/usergroup. This API should be used to integrate the service in many ways, e.g other applications. Now I want to provide a user interface with Vaadin so that...