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?
Showing 1 to 1 of 1 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06