Open Closed

Intercept Call after user login with external provider #5554


User avatar
0
sukhdeep.dhillon created
  • ABP Framework version: v7.2.2
  • UI Type: Angular
  • Database System: EF Core (SQL Server)

Hi,

is there any way I can intercept the call after user succesfully login with external providers because I need to make call to other services in order to update the local profile for the user.


1 Answer(s)
  • User Avatar
    0
    jfistelmann created

    Hey,

    you can archieve that by overriding and extending the login logic. here's a good starting point: https://stackoverflow.com/a/70124473

    After you've done the replacement, you can override methods to fulfill your requirements:

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11