Activities of "johannes.schreiner"

In general, how can I, inside Visual Studio or Rider debug what is going on inside your libraries? Let me describe an example issue I am facing: For the application I have at hand I enabled OIDC login by adding an .AddOpenIdConnect to the Services.AddAuthentication(). All fine so far, login with OIDC and our ping identity works. Next steps is to  disable the login page. I found via a google search a github reference that describes I need to set “EnableLocalLogin” to false/0 in the database. I did this in the database, however it’s still not working. Now typically, I would want to set a breakpoint into the controller responsible for the login page and see what is going on. However, it seems to me that something with sourcelink is not working here (neither for ABP commercial nor community edition). While I can step into other libraries using the sources coming from NuGet and MS symbol servers, it is not working for abp sources. Can you describe how, in general, we can tackle issues such as the one described above?Please note that I am not looking for a solution to the exact issue above but rather a systematic approach to debugging issues such as the one described above within Visual Studio or Rider.

  • ABP Framework version: v5.1.4
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
Showing 1 to 1 of 1 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11