Activities of "dfzamora"

Hello, this issue is in the frontend side, the current configuration for oAuthConfig is responseType: 'code',

I have noticed that when the URL contains a query parameter with the word code it is automatically cleared, for example, if I have the variable test_code =1234 this is replaced by test_= Event if I have something like testcode=1234 the result is test=, I am not currently able to add a query parameter with the name that I would like to due to this issue

  1. Steps to reproduce the issue:
    1. Configure your oAuthConfig with responseTypeCode
    2. Open your app in the browser
    3. Write in the url ?test_code=1234

I have the solution, I have recreated the auth strategy classes, and redefined the function pipeToLogin,

for the classes I took this as reference https://gist.github.com/muhammedaltug/cb86ff38f1f4ff8688dad1f81c989464,

Then for the function, this is my code, I hope you can include this fix in your upcoming version

Hello, I have my own **AuthService **because of many reasons, however I have noticed that when I am not logged-in and try to access to a URL like localhost:4200/home?test=1234 the URL is encoded and then when the login is completed the encoded URL rises an error since the ? Is being encoded and never decoded

I took a look at ABP auth-utils.ts file and I see which is an issue for angular because it is not properly handling query parameters

Do you have an idea of what I can do here?

  • Exception message and full stack trace: NG04002: Cannot match any routes. URL Segment: 'http:/localhost:4400/inventory%3Fr%3Dtest'

[RemoteService(IsEnabled = false)]

This works, thanks!

Hello,

Not at all, I do generate client proxies using the command abp generate-proxy -t ng -u https://localhost:44388 should I use without contracts? I have never used that flag in all my abp projects, I am not aware of the impact it could have

  • ABP Framework version: v8.2.3
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hello, I have followed the information provided here to override a service/controller https://abp.io/docs/8.2/framework/architecture/modularity/extending/customizing-application-modules-overriding-services

After overriding AccountService, when I run proxy to create services (in the frontend), I receive the error Module '"../../volo/abp/identity/models"' has no exported member 'IdentityUserDto'. I have tried to replace the service like that

I also tried redefining the controller However, if I include a new method in the controller, this is not recognized by the proxy, am I missing something?

Hello,

I have this solution, I created my own controller, which I call from the frontend and handles the redirect, I share my solution in case someone else is looking for something similar

  • ABP Framework version: v8.2.3
  • UI Type: Angular
  • Database System: EF Core
  • Tiered (for MVC) or Auth Server Separated (for Angular): no

I am trying to implement a specific login process, where the user is going to be able to login either user and password, Microsoft or Google.

I need to keep the login form in the login frontend side since I customized a lot of that component, so I can not use authentication response type code For social login what is happening is that I can only redirect to abp login page in the backend, there the user can click the social account it prefers, but this is not my goal

My specific requirement is to keep frontend login, in the login I will have two social buttons, when one of those is click the app should redirect to the login specified,

Is there a way to hide abp login and somehow in the url specify which social provider needs to be redirected to? If so, could you provide me the guidance to achieve it please

Hello, thanks a lot, that fixed the issue.

  • ABP Framework version: v8.2.3
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue: I am trying to add the next packages to my project
    • "Volo.Abp.Account.Pro.Public.Web.OpenIddict" Version="8.2.3"
    • "Volo.Abp.Account.Pro.Public.Web.Impersonation" Version="8.2.3"

But I get the next error

I tested the steps provided here https://abp.io/package-detail/Volo.Abp.Account.Pro.Public.Web.OpenIddict but none of them are working I have noticed that if I click the button See on nuget, I am redirected to a nuget package that is not working https://www.nuget.org/packages/Volo.Abp.Account.Pro.Public.Web.OpenIddict/

Showing 1 to 10 of 31 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 18, 2025, 07:10