Activities of "liangshiwei"

What UI are you using?

I create an issue for this : https://github.com/abpframework/abp/issues/4330

Thanks for your report, it will be fixed in 3.0.

It maybe is a bug, I create an issue for this: https://github.com/abpframework/abp/issues/4327

This is a bug that will be fixed in 3.0

Answer

I am calling a service that requires authorization.

Sure. We can use skype. What is your skype name? you can send email to me: liangshiw@outlook.com

Hi,

I can't reproduce your problem, Can your project steps to reproduce? Thanks.

Hi,

I can't reproduce your problem, Can your project steps to reproduce? Thanks.

Answer

Hi,

I can't reproduce your problem. Can you use ABP CLI to create a free template to reproduce this problem?

Answer

Sorry I forgot you used angularUI.

Find environment.ts(and environment.prod.ts) in your angular project.

oAuthConfig: {
    issuer: 'https://localhost:44305',
    clientId: 'MyProjectName_App',
    dummyClientSecret: '1q2w3e*',
    scope: 'MyProjectName Your API Resources Name',  // add your API Resources Name 
    showDebugInformation: true,
    oidc: false,
    requireHttps: true,
  }
Showing 5491 to 5500 of 5643 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30