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

[BUG] port 0 is default value in InteractiveBrowserCredentialBuilder #12275

Closed
3 tasks done
xseeseesee opened this issue Jun 17, 2020 · 0 comments · Fixed by #13539
Closed
3 tasks done

[BUG] port 0 is default value in InteractiveBrowserCredentialBuilder #12275

xseeseesee opened this issue Jun 17, 2020 · 0 comments · Fixed by #13539
Assignees
Labels
Azure.Identity bug This issue requires a change to an existing behavior in the product in order to be resolved. Client This issue points to a problem in the data-plane of the library. help wanted This issue is tracking work for which community contributions would be welcomed and appreciated
Milestone

Comments

@xseeseesee
Copy link
Contributor

xseeseesee commented Jun 17, 2020

Describe the bug
The detailed info can be found here

Exception or Stack Trace
This site can’t be reachedThe webpage at http://localhost:0/?code=CODE&session_state=SESSION might be temporarily down or it may have moved permanently to a new web address.

To Reproduce
Authenticate without setting port value or setting 0 there.

Code Snippet
withPort(0)

Expected behavior
If the value of port is 0, the system will pick next available port. The expected might be to add validation part for value check.

Screenshots
If applicable, add screenshots to help explain your problem.

Setup (please complete the following information):

  • OS: Windows
  • IDE : IntelliJ
  • Version of the Library used: beta.5
  • JDK: 1.8

Additional context
Add any other context about the problem here.

Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report

  • Bug Description Added
  • Repro Steps Added
  • Setup information Added
@joshfree joshfree added bug This issue requires a change to an existing behavior in the product in order to be resolved. Client This issue points to a problem in the data-plane of the library. labels Jul 15, 2020
@joshfree joshfree added this to the Backlog milestone Jul 15, 2020
@joshfree joshfree added the help wanted This issue is tracking work for which community contributions would be welcomed and appreciated label Jul 15, 2020
@g2vinay g2vinay self-assigned this Jul 20, 2020
@g2vinay g2vinay modified the milestones: Backlog, [2020] August Jul 29, 2020
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Jan 12, 2021
Added move validation enum values & fix S360 linting issues (#12275)

* Added new move product validation error codes

* Added integer formats to fix S360 swagger lint validation

* Fixed ModelValidation errors for v2018-11-01-preview

Co-authored-by: Braden Watkins <[email protected]>
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Azure.Identity bug This issue requires a change to an existing behavior in the product in order to be resolved. Client This issue points to a problem in the data-plane of the library. help wanted This issue is tracking work for which community contributions would be welcomed and appreciated
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants