okay so i'm considering using keycloak for my aspnet core application but i'm confused about one thing: how do i store the user id that other database models depend on? users can own feeds and those feeds can own articles. do i just assign the userid from keycloak to a barebones user entity and then have a join with the feeds table?
i would use aspnet core identity but i still don't really understand how it would work with jwt auth and the docs are not helping
#aspnetcore #dotnet #fediHelp