Activités de "aszklarz"

  • ABP Framework version: Version 5.3.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:
    • I have an angular application and trying to get access tokens from external API to get some resources.
    • I made a button which start authorization code flow,I set query params, with redirect_uri to my page- where the button is. API respone me, but then I get redirection to root page.
    • It seems that the problem is query param "code" in url, bacause when I change its name to something else it works fine. For example, I start code flow, I login in some page, then it redirect me to : http://localhost:4200/somePage?code=123
      and then it redirect me to http://localhost:4200/somePage so my angular app doesnt receive the "code"
    • Could you tell me how can i resolve this problem?
Affichage de 1 à 1 sur 1 entrées
Made with ❤️ on ABP v8.2.0-preview Updated on mars 25, 2024, 15:11