Activities of "liangshiwei"

yes, you must remove it

Hi,

you can try this

https://manfredsteyer.github.io/angular-oauth2-oidc/docs/additional-documentation/custom-query-parameters.html

Hi,

i think you just need to create a new project and only use the angular project as a new back admin application.

you need to change the environment.ts to update oauth config and API config.

if you want you can create a new openiddict application for it.

Could you share the full steps to reproduce the problem?

On the right top in abp Studio is your username and organization name.

Is them right?

Hi,

Does the problem still exists in the latest version?

Hi,

you need to configure the angular URL

Configure<AppUrlOptions>(options =>
{
    options.Applications["Angular"].RootUrl = configuration["App:AngularUrl"];
    options.Applications["Angular"].Urls[AccountUrlNames.PasswordReset] = "account/reset-password";
    options.Applications["Angular"].Urls[AccountUrlNames.EmailConfirmation] = "account/email-confirmation";
});

Hi,

The problem was solved in 8.2 https://github.com/abpframework/abp/pull/20189

somewhere must still reference identityserver4

you can check the deps.json, for example

Hi,

You don't need to do this anymore.

It's already built into ABP

open saas page to update tenant's feature.

Showing 781 to 790 of 6036 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 19, 2024, 12:56