Activities of "liangshiwei"

https://stackoverflow.com/questions/49389306/stop-sharing-cookies-between-applications-under-same-site-id-in-iis

// your SSO project
context.Services.ConfigureApplicationCookie(options =>
{
    options.Cookie.Path = "/auth"; // or /sso anything you wants
});
Configure<AbpAntiForgeryOptions>(options =>
{
    options.TokenCookie.Path = "/auth";
});

Hi,

The problem is ng sends the wrong cookies to the API backend.

These cookies come from the SSO server.

you can set different cookie path for your SSO server

Hi

Can I access tenant entity on abp suite and add a navigation collection property?

No , you can't

or what is the best approach to address this?

the only way is replace package with source code to custom it.

okay shiwei.liang@volosoft.com

Hi,

How do I do that?

Hi,

No, you don't.

Just download the source code to refer

Angular project or InsanKaynaklari.HttpApi.Host project?

both of them.

The project needs to be completed quickly. please

if you can share the steps, i will check it know

Hi,

Unfortunately can't

Hi,

I can reproduce the problem, we will check it and get back to you

Showing 1 to 10 of 5631 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13