Keycloak is a standalone IDM provider, you can the `sub` in token and use it as User in your application, break the hard relation in your Entities, replace the foreign key of User with username or other ids.
Keycloak is a standalone IDM provider, you can the `sub` in token and use it as User in your application, break the hard relation in your Entities, replace the foreign key of User with username or other ids.