Starts in:
99 DAYS
99 HRS
99 MIN
99 SEC
Starts in:
99 D
99 H
99 M
99 S

Activities of "liangshiwei"

Hi,

Could you please provide the full steps to reproduce? thanks.

Hi,

You can see: https://github.com/abpframework/abp/blob/64bb41f3c893366e5be0f35eb92b987c47ff40c4/modules/identityserver/src/Volo.Abp.IdentityServer.Domain/Volo/Abp/IdentityServer/IdentityServerAutoMapperProfile.cs

We are using identity server source code instead of packages.

Because you are using the source code, you need to compare the changes from 5.2.0 to 6.0.1

Hi,

Can you provide a minimal project that can reproduce the problem with me? thanks. shiwei.liang@volosoft.com

Hi,

Did you enable the Ldap feature?

ok

Hi,

you can try to remove the BlazoriseMyGet.

Open Nuget.config and delete <add key="BlazoriseMyGet" value="https://www.myget.org/F/blazorise/api/v3/index.json" />

Hi,

ABP provided a setting system: https://docs.abp.io/en/abp/latest/Settings

You can configure setting in the appsettings.json file

{
  .....
  ,
  "Settings":{
    "Abp.Account.IsSelfRegistrationEnabled":false
  }
}

Another way is to configure setting in the settings UI:

Hi,

And I'll have to double-check it properly

Can you share some screenshots? thanks.

Hi,

I managed to create an OpenIdDict login which returned a token. I tried to use the token as a bearer token on the next request but it is returning a 401.

What's the error log?

BTW, don't forget to add scope

Hi,

Identityserver and OpenidDict both implemented OAuth , so you can still use the client_id/client_secret

Showing 361 to 370 of 2428 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 22, 2025, 10:44