aiondemand / AIOD-rest-api

A containerized application using FastAPI and SQLAlchemy connected to a MySQL database.
MIT License
10 stars 7 forks source link

Add keycloak aiod theme initial commit #339

Closed mrorro closed 2 days ago

PGijsbers commented 5 days ago

Is this PR ready for review? If so, how should it be reviewed? I wanted to try to review this but wasn't sure. I pulled in the changes and spun up the containers, but neither the REST API authentication nor the Keycloak Admin panel has any visual changes for me.

mrorro commented 5 days ago

yes, it's ready. To see the changes you can log with the REST API using the first option: OpenIdConnect (OAuth2, authorization_code with PKCE). The keycloak admin has not changed. changes can be seen also trying to login to http://localhost/aiod-auth/realms/aiod/account/ account management has not changed too, for it would be better to update keycloak to v 25, but for this I guess it's better another PR