Commit Graph

3 Commits

Author SHA1 Message Date
hurui200320 0aeb9af696 refactor(General): replace role-based auth with UMA ticket
Unit test coverage / gradle-test (push) Failing after 2m2s
CI for publishing docker image / build-and-publish (push) Successful in 2m39s
Unit test coverage / gradle-test (pull_request) Failing after 1m20s
add config properties, adapt setup from clevermicro/identity-management#9
replace role-based forward auth with UMA ticket
add pass-through config
implement unit tests for the change.

ISSUES CLOSED: clevermicro/user-management#28
2025-06-16 14:42:40 +08:00
abed.alrahman 2ff5930e86 Implement New User Registration in auth-service #8 (#21)
Unit test coverage / gradle-test (push) Failing after 1m50s
CI for publishing docker image / build-and-publish (push) Successful in 2m20s
Co-authored-by: Abed <alrbeei@yahoo.com>
Reviewed-on: #21
Reviewed-by: Rui Hu <rui.hu@cleverthis.com>
Co-authored-by: Abed Alrahman <abed.alrahman@cleverthis.com>
Co-committed-by: Abed Alrahman <abed.alrahman@cleverthis.com>
2025-06-06 07:17:36 +00:00
Abed 66767d9e1e 1. Implement Access Control in auth-service via Traefik Forward Auth
2. Add keycloak admin client, to fetch as admin from keycloak
3. Add /auth endpoint, that will parse the request, and decide for auth
2025-05-13 00:56:35 +02:00