ELTE-Clean / Clean-Administration-Platform

2 stars 1 forks source link

Keycloak backend Connection #37

Closed Mohido closed 2 years ago

Mohido commented 2 years ago

For this PR, I setup a new Keycloak realm for our project and created a new client (Application entry point) and 2 users (teacher-1 and student-1) with 2 different roles (demonstrator and student). Moreover, I added basic test endpoints to the backend to test the functionalities of the 'keycloak-connect' package that we are using. You can test the connection in various of ways:

I edited also the auth_db and imported the newest Keycloak database. The new database contains the stuff mentioned in the first sentence of this description.

Mohido commented 2 years ago

@Abdulla-Alkhulaqui @the4t4 @RealGorandos A call for review and comments!

the4t4 commented 2 years ago

@Mohido added some comments and some questions

Mohido commented 2 years ago

@the4t4 Changed the stuff. Have another look and if you are fine with it then we can merge