Galip Tolga Erdem
Galip Tolga Erdem
 eShopOnAbp is the main sample for this problem. We are running all the application/microservices on pods. When we are making a login request the **issuer**, it is set to...
 The public web application is using internal service url as remote-service for the gateway. The images can not be reached.
Docker-compose should be updated for keycloak integration. Related to https://github.com/abpframework/eShopOnAbp/issues/206
We need to deploy the application after solving the https://github.com/abpframework/eShopOnAbp/issues/197 issue. It can be a pre-release before the `Integrate a new sample microservice written in GoLang (Or python/java)` step. Current...
When we had IdentityServer module, we were able to define permissions for the client which is used during the **client_credentials** flow. Since we moved to Keycloak completely, there is no...
This will cause hosting the angular app in .Net application as [BFF pattern](https://docs.duendesoftware.com/identityserver/v7/samples/bff/). It can be beneficial. Some usefull links: - https://learn.microsoft.com/en-us/samples/dotnet/aspire-samples/aspire-angular-react-vue/ - https://timdeschryver.dev/blog/how-to-include-an-angular-project-within-net-aspire#adding-an-angular-project-to-net-aspire-application-host
Commenting and Rating system can't find the existing user since the users are being synched with Keycloak. After Keycloak user synched, they need to be re-synched with the same ID.
Investigate easy ways to deploy the Aspire project to Azure. https://prom3theu5.github.io/aspirational-manifests/getting-started.html
We are using: - RabbintMq - MongoDb - Redis - Postgres - Keycloak on docker. Move them to Aspire.