Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Used OriginalString to avoid adding trailing slash #428

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

achebrol
Copy link

The OAuthserver is rejecting our accesstokenrequest as AbsoluteUri is being used which is adding a trailing slash and logging actual response from the server for debugging purpose.

Xamarin.Auth Pull Request

Fixes # .

Checklist

  • I have included examples or tests
  • I have updated the change log
  • I am listed in the CONTRIBUTORS file
  • I have cleaned up the commit history (use rebase and squash)

Changes proposed in this pull request:

-Use OriginalString always to send the same redirect_uri parameter to oAuth Server.
-Log the actual response from the server. the error invalid_grant is not helping debug the issue.

log actual response from the server for debugging
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant