Hi,
How can I override the Login function in .NET 9? The scenario is, the user will enter their credentials and press the Login button. Once this is done, I must perform several operations before they enter the system... for example, call an external API to see if the user exists, and if they exist on the external website and not in the ABP, register them on the ABP platform, and log in.
Regards
I'm publishing the application on IIS. I followed the manual you have: https://abp.io/docs/commercial/8.1/startup-templates/application/deployment-iis?UI=NG&DB=EF&Tiered=No I don't understand why the Auth is separated when my project doesn't have it. I think the problem is the redirection of the Angular app is the problem. because in the backend there are the calls that are made from the Angular app: https://localhost:7511/.well-known/openid-configuration
https://localhost:7511/api/abp/application-configuration?includeLocalizationResources=false
The backend work fine:
Thanks for all.
Hi everyone,
I've already imported an Excel file using the Abp Boilerplate framework, but I can't figure out how to do it with abp.io. Could you tell me how to do it?
Thanks.