Activities of "liangshiwei"

Hi,

I used app-pro V3.0.4 template but can't reproduce your problem. Can you provide steps to reproduce? thanks.

Hi

I try used the app-pro template, but can't reproduce your problem.

My steps:

  1. Download app-pro template and run DbMigrator application
  2. Changed the appsetting.jsonurl to http
  3. Publish the Identity application to IIS. PS: port 80

Did you make any changes to the template?

I will try reproduce your problem.

Hi,

Most of the solutions are in the documentation and microservice examples.

In addition, the open source microservice example is no different from the pro microservice example. if you provide steps to reproduce, I will try help you reslove these problems.

Hi,

What version of chrome are you using?

Hi ,

Try add AbpAccountPublicWebIdentityServerModule module to your .Web project module dependencies.

Hi,

  1. You can use the CLI to create a module project and you will see the console application in the aspnet-core/test folder. It just a simple application.
  2. Abp used oauth2.0 protocol for authorization, see https://github.com/abpframework/abp/blob/d4551c83b7379b8a47e82bbe3adfbcf02273e54a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.Host/MyProjectNameHttpApiHostModule.cs#L96

There are some document:

Authorization OAuth2.0 IdentityServer4 abp commercial IdentityServer4

Hi,

You can use setting system to store the cards layout settings and change cards layout in js function.

Hi,

  • Console application You can check the console application : https://github.com/abpframework/abp/blob/dev/templates/module/aspnet-core/test/MyCompanyName.MyProjectName.HttpApi.Client.ConsoleTestApp/ClientDemoService.cs.
  • Postman You can call token endpoint to get access token, See : https://identityserver4.readthedocs.io/en/latest/endpoints/token.html
Answer

Hi,

There is no such example, but abp does not restrict you from using multiple solutions. You can change the solution architecture according to your needs.

I think you can simply delete the other solution files(.sln) in the microservice example.

Showing 5391 to 5400 of 5643 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30