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
694 stars 272 forks source link

Manage account link fix #178

Closed gterdem closed 1 year ago

gterdem commented 1 year ago

Related to https://github.com/abpframework/eShopOnAbp/issues/176 If @mahmut-gundogdu or @masumulu28 can help, need a fix for admin (angular app) aswell.

enisn commented 1 year ago

IdentityServer url is KeyClock url here, right?

gterdem commented 1 year ago

IdentityServer url is KeyClock url here, right?

Yes, that is correct.

gterdem commented 1 year ago

Keycloak synchronization is a bit more complicated than I anticipated. I'll create an other issue and PR for it.