Activities of "15937823"

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.

  • ABP Framework version: v6.0.1

  • UI type: Angular / VUE

  • DB provider: EF Core

  • Tiered (MVC) or Identity Server Separated (Angular): no

  • Exception message and stack trace:

  • Steps to reproduce the issue:"

  • When I use the VUE front-end UI, I use the https://localhost/connect/token Can or to the token, but in use https://localhost/connect/logout However, the following error occurs:

2022-11-01 10:12:25.672 +08:00 [ERR] The authentication handler registered for scheme 'OpenIddict.Validation.AspNetCore' is 'OpenIddictValidationAspNetCoreHandler' which cannot be used for SignOutAsync. The registered sign-out schemes are: Identity.Application, Identity.External, Identity.TwoFactorRememberMe, Identity.TwoFactorUserId, Abp.ConfirmUser, OpenIddict.Server.AspNetCore. System.InvalidOperationException: The authentication handler registered for scheme 'OpenIddict.Validation.AspNetCore' is 'OpenIddictValidationAspNetCoreHandler' which cannot be used for SignOutAsync. The registered sign-out schemes are: Identity.Application, Identity.External, Identity.TwoFactorRememberMe, Identity.TwoFactorUserId, Abp.ConfirmUser, OpenIddict.Server.AspNetCore. at Microsoft.AspNetCore.Authentication.AuthenticationService.SignOutAsync(HttpContext context, String scheme, AuthenticationProperties properties) at Microsoft.AspNetCore.Authentication.AuthenticationService.SignOutAsync(HttpContext context, String scheme, AuthenticationProperties properties) at Microsoft.AspNetCore.Identity.SignInManager`1.SignOutAsync() at Volo.Abp.OpenIddict.Controllers.LogoutController.GetAsync() at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.

How to develop a new set of themes in angular? Are there relevant documents?

  • ABP Framework version: v6.0.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
Showing 1 to 10 of 19 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13