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

Azure Auth Support #209

Merged
merged 3 commits into from
Dec 13, 2023
Merged

Azure Auth Support #209

merged 3 commits into from
Dec 13, 2023

Conversation

cedric05
Copy link
Owner

@cedric05 cedric05 commented Dec 13, 2023

Any new Feature should handle all of below

  • http2har (export to all programming languages using httpsnippet or request sharing)
  • har2http (swagger3 import, swagger2 import, curl import)
  • postman2http (postman3 postman2 import)
  • http2postman (export http file to postman request collection)
  • http2curl (mirror, to check syntax or most scenarios)

are expected to work by default for any new feature. here is the checklist

  • check format working fine properly for three types
  • check execution works for thee types properly
  • add tests
  • dothttp-wasm should work as it is, so make if msal is unsupported, we should try to by pass with None.
  • check request executed properly
    • test case
  • check har is generated properly and test case
    • test case
  • check postman collection export of that use is generated properly
    • test case
  • check with this new feature, postman import (few left out) can be bought back
    • test case
  • check curl is generated like expected
    • test case
  • check format is generated as expected
    • test case

@cedric05 cedric05 force-pushed the azure_auth branch 2 times, most recently from e7048d2 to 06d1da6 Compare December 13, 2023 11:27
@cedric05 cedric05 self-assigned this Dec 13, 2023
@cedric05 cedric05 linked an issue Dec 13, 2023 that may be closed by this pull request
@cedric05 cedric05 force-pushed the azure_auth branch 2 times, most recently from c0111bf to 89c1466 Compare December 13, 2023 13:31
@cedric05 cedric05 force-pushed the azure_auth branch 2 times, most recently from f9d69aa to de6b531 Compare December 13, 2023 17:30
@cedric05 cedric05 merged commit 666a2b4 into main Dec 13, 2023
4 checks passed
@cedric05 cedric05 deleted the azure_auth branch December 13, 2023 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support azure auth
1 participant