Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beef up redirect uri messaging #1265

Merged
merged 4 commits into from
May 17, 2021
Merged

Beef up redirect uri messaging #1265

merged 4 commits into from
May 17, 2021

Conversation

AdamBJohnsonx
Copy link
Contributor

No description provided.

@AdamBJohnsonx AdamBJohnsonx marked this pull request as ready for review January 5, 2021 19:38
@@ -505,16 +505,19 @@ private void verifyRedirectUriWithAppSignature() throws MsalClientException {
if (mRedirectUri.equalsIgnoreCase(uri.toString())) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

equalsIgnoreCase [](start = 33, length = 16)

aren't redirect uris case sensitive?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

except for ours, evidently.

Copy link
Contributor

@iamgusain iamgusain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@AdamBJohnsonx AdamBJohnsonx merged commit 4bc8998 into dev May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants