abpframework / eShopOnAbp

Reference microservice solution built with the ABP Framework and .NET, runs on Kubernetes with Helm configuration, includes API Gateways, Angular and ASP.NET Core MVC applications, PostgreSQL and MongoDB databases
https://www.eShopOnAbp.com/
MIT License
664 stars 259 forks source link

Account management and User management issues #176

Closed jflaga closed 11 months ago

jflaga commented 1 year ago

When I click on the My Account menu in the Public Web app

image

... it redirects me to http://localhost:8080/realms/master/Account/Manage, which displays the error "Page not found".

Also, when I create a user in the Identity management page of the angular app, then login using that user, I am not able to login.

Is there an ongoing fix regarding these issues?

Best regards.

gterdem commented 12 months ago

We'll fix the broken manage account link in no time but we need to discuss about the user management.

We've moved to Keycloak which already has user management. We need to discuss if we want to keep identity management administration. 1- If we do, It will be a sort of duplicate users in both IdentityService and the Keycloak but permission management should work automatically. 2- If we don't, we'll need to handle permission and role assignments to the Keycloak users that may require extra improvements.

We'll discuss about it for a best common scenario demonstration.

jflaga commented 11 months ago

Thanks @gterdem for the information.

jflaga commented 11 months ago

Hi @gterdem , may I know whether you have already decided to keep or not to keep the identity management administration?