I have used this sample to setup IdentityServer4 with angular and WebApi (ASP.NET Core): https://github.com/damienbod/AspNet5IdentityServerAngularImplicitFlow
Everything is working, I can login and use the API and everything, but the problem is that I dont get the user information back after login. I need the subjectId so I can get the specific user. I thought it would be returned with claims or something, but the only thing I see in the cookies is the token.