New parameter in redirect uri breaks redirect uri #1017
Labels
bug
For tagging faulty or unexpected behavior.
investigation-needed
Indication that the maintainer or involved community members may need to investigate more.
Describe the bug
Up until now we were getting the usual code, scope, state and session state redirect uri params. After an update on the server we started receiving the "iss" param too. This now breaks the redirect uri, it will append &iss without value to our redirectUri instead of processing it completely and removing it, just as with the other params mentioned above, and hence break the routing. Instead of localhost:4200/logging-in we get localhost:4200/logging-in&iss
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Ignore the extra parameters
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: