-
Notifications
You must be signed in to change notification settings - Fork 98
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
getAuthorizationURL return a malformed URI #168
Comments
@ta7tou7 apologies for not reaching out earlier. If this is still an issue, in order for us to reproduce the scenario, we need to know how to get to this malformed URI? Are you using System.out.println, using an IDE debugger or enabling verbose logs? Please share more details if possible. |
When using |
I have tried also to add the scheme the the authServerUrl => |
@ta7tou7 I still don't know where do you see the generated URL. Do you log the value to the console, do you open it in a browser window or do you inspect it via an IDE. Please tell us which one of these methods do you use and if you can share a screenshot that will be great! |
closing due to lack of activity. Please re-open of this is still an issue. Thank you |
FYI: This is still an issue with version 3.18.
This results in a uri starting with: Explicitly adding "https://" to the beginning of the OAuth base path works. |
Thank you all for sharing these code snippets. I create an internal ticket for me and the team to investigate further. |
We have upgraded recently our version from 3.6 to 3.8 and we have noticed a regression regarding the built URI.
our current code to build the uri is:
with an authServerUrl = 'account.docusign.com'
What we got in the output is:
'https:/account.docusign.com' instead of `https://account.docusign.com' (one missing slash after https)
The text was updated successfully, but these errors were encountered: