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

Fix Swagger Clients-Scopes Keycloak #147

Closed alihdev closed 9 months ago

alihdev commented 1 year ago

issue : Keycloak "We are sorry... Invalid parameter: redirect_uri" with WebGateway_Swagger client solved by:

alihdev commented 1 year ago

https://github.com/abpframework/abp/issues/15183#issuecomment-1361715408

gterdem commented 1 year ago

We've already published new version for Volo.Abp.Swashbuckle. You can simply update the version in https://github.com/abpframework/eShopOnAbp/blob/127e993e88196d3299e2fdf95a15e822889a954e/shared/EShopOnAbp.Shared.Hosting.AspNetCore/EShopOnAbp.Shared.Hosting.AspNetCore.csproj#L12

We are planning to update the whole project version to v7 after the final release is completed.

But if you want to contribute, you can update the version here to like 6.0.1: https://github.com/abpframework/eShopOnAbp/blob/127e993e88196d3299e2fdf95a15e822889a954e/shared/EShopOnAbp.Shared.Hosting.AspNetCore/EShopOnAbp.Shared.Hosting.AspNetCore.csproj#L12

And update the SwaggerConfigurationHelper

alihdev commented 1 year ago

We are looking forward to the new version, all the best . But this commit 6792405 - https://github.com/abpframework/eShopOnAbp/pull/147#issue-1506743011 is about add new client WebGateway_Swagger and assign scopes. Services used WebGateway_Swagger for auth .

sevenNightL commented 1 year ago

Excuse me, how is the problem being handled?

alihdev commented 1 year ago

Excuse me, how is the problem being handled?

check : Comment & Changes-PR-147 & Issues-151 @sevenNightL

alihdev commented 9 months ago

I closed it and created a new PR-215 with additional details