Currently, we do not have an admin user in the CAP realm. We only have two accounts ("student-1", and "teacher-1"). For this issue, create an admin account in keycloak and update the auth_db.sql script. After that, check the admin-related endpoints if they are valid (e.g: get/self).
Currently, we do not have an admin user in the
CAP realm
. We only have two accounts ("student-1", and "teacher-1"). For this issue, create an admin account in keycloak and update theauth_db.sql
script. After that, check the admin-related endpoints if they are valid (e.g:get/self
).