potential bug/issue in AdfsCredentialsProvider #61
Unanswered
phoenicyan
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I started looking at the source code and noticed that call on line 199
String action = getFormAction(body);
might return null, and if that happens then call on line 208
validateURL(uri);
will use old uri (from GET). It would result in posting form parameters to wrong URL. Not sure about other side-effects.
Beta Was this translation helpful? Give feedback.
All reactions