ELTE-Clean / Clean-Administration-Platform

2 stars 1 forks source link

Backend-Keycloak Connection #27

Closed Mohido closed 2 years ago

Mohido commented 2 years ago

For this issue, we need to configure the backend server to be able to connect to the keycloak through the keycloak clients. Keycloak Client is just an application that is registered to keycloak. We will have a client called "cap_teacher" and "cap_student" applications. We can connect to the keycloak via a client. Clients will have certain privileges. Clients can be treated as a keycloak portal. So to simplify this issue:

Mohido commented 2 years ago

Implemented this issue in the previous PR. Please read it for more details.