Activities of "15937823"

Answer

Hi,

Have you check this doc https://docs.abp.io/en/abp/latest/Object-Extensions?

There are no extended fields in the document as query criteria to read data from the database

Question
  • ABP Framework version: v7.3.1
  • UI Type: Angular
  • Database System: EF Core MySQL
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

How to query the extended fields from the database based on the input conditions of the UI after object extension? For example, adding a FullName to the organization and adding query criteria in the UI to retrieve the organization with the specified full name from the database?

Because need to use regular route reuse, need to add some parameters in route configuration, such as:

The error message is as follows:

./projects/xxxx/src/app/app-routing.module.ts:12:0-102 - Error: Module not found: Error: Package path ./lib/guards/extensions.guard is not exported from package xxxx\apps\angular\node_modules@volo\abp.ng.openiddictpro (see exports field in xxxx\apps\angular\node_modules@volo\abp.ng.openiddictpro\package.json)

  • ABP Framework version: v7.0.1
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

When can 7.0.2 be released?

When the CLI creates a new module, whether there is an option to control the creation of a sample

If this option is not available, delete the sample related files every time a new module is created.

  • ABP Framework version: vX.X.X
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Yes。 abp Version 6.0.1 (Stable) Abp Suite v6.0.1 front end:Angular Database:MSSQL

.well-known/openid-configuration

https://localhost/connect/token can get the token****

{access_token: 'eyJhbGciOiJSUzI1NiIsImtpZCI6IjExMjVDMTk5OTM1M0U3Rj…FXsGOqdETP3Pszz06wFB0RnZoSn-nXRXX3R7dVjZguFHzEfZw', token_type: 'Bearer', expires_in: 3600, id_token: 'eyJhbGciOiJSUzI1NiIsImtpZCI6IjExMjVDMTk5OTM1M0U3Rj…sFaB9DIf51q-9eRb1dPHhDkqFTIWycGPdnJ3x7GGVT3TvTuag', refresh_token: 'eyJhbGciOiJSU0EtT0FFUCIsImVuYyI6IkEyNTZDQkMtSFM1MT…kTuKv.DJKCA1X8U_tk8zsP116obd6cAkKpjLoMepvYKm5pEus'}

I used the code generated by abp suite. The front end selects the angular, and other codes have not been moved.

** oidc.config.js**

openIdConnectSettings: { authority: ${process.env.VUE_APP_BASE_URL}, client_id: *****_Vue_App, redirect_uri: ${process.env.VUE_APP_URL}, post_logout_redirect_uri: ${process.env.VUE_APP_URL}, silent_redirect_uri: ${process.env.VUE_APP_URL}, scope: openid offline_access ****, response_type: id_token token, automaticSilentRenew: true, grant_type: 'password', client_secret: *****, username: '', password: '', },

Angular is called https://localhost/connect/logout.

What should I call to log off?

I saw the logout in "angular", which is also the address called.

Showing 11 to 20 of 31 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11