Activities of "vipulbuoyancy"

Hi liangshiwei,

app.Use(async (ctx, next) => { var configuration = ctx.RequestServices.GetRequiredService(); ctx.SetIdentityServerOrigin(configuration["App:SelfUrl"]); await next(); });

After adding this code working fine.

Thank you

Hi

ABP Framework version: v5.2.2

UI type: Angular

DB provider: EF Core

Tiered (MVC) or Identity Server Separated (Angular): no

Thanks

Hi liangshiwei,

I added proxy in nginx server

appSettings.json on IIS server

I configure OnApplicationInitialization

var forwardOptions = new ForwardedHeadersOptions
{
    ForwardedHeaders = ForwardedHeaders.XForwardedFor | ForwardedHeaders.XForwardedProto,
    RequireHeaderSymmetry = false,
};
forwardOptions.KnownNetworks.Clear();
forwardOptions.KnownProxies.Clear();
app.UseForwardedHeaders(forwardOptions);

Thank you

Hi liangshiwei,

Thanks for your suggestions. I went through the links and tried to implement the same but I am still facing the issue.

Though I am able to sort out the issue in swagger. Now from swagger I am able to Authenticate & execute the apis with proxy URL.

But from the application I am not getting the proper response from the .well-known/openid-configuration api.

It is returning actual url instead of proxy url. I might be missing some configuration but not getting the exact idea.

Please help me to figure out it.

Thank you.

Hi

this did not solve my issue

thanks

Hi

Thank you so much.

Please allow me. I am on the bridge.

Hi

Let's connect if you are available.

Thank you

Hi Maliming,

Thank you for your reply. Did you checked login from the angular application? Swagger is working fine for me as well.

Thank you.

Hi

I have mailed you the sample project.

Thanks

Showing 1 to 10 of 35 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13