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

Fix missing properties for token requests for dynamic auth #65

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

george-zubrienko
Copy link
Contributor

Dynamic auth was not passing token request content type and auth scheme from mapped secret

@george-zubrienko george-zubrienko requested a review from a team as a code owner August 2, 2024 19:45
Copy link

github-actions bot commented Aug 2, 2024

Coverage after merging fix-missing-dynamic-auth-properties into main will be

0.00%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   Program.cs0%0%0%0%17, 21–34, 34, 34–53, 56–58, 60
src/Extensions
   RestApiSourceExtensions.cs0%0%0%0%29–43, 47–48, 48, 48–55
src/Models
   RestApiDynamicAuthStreamContext.cs0%100%0%0%14, 19, 24, 30, 35, 40, 45, 52, 57, 62, 67, 73, 78, 83, 88
   RestApiFixedAuthStreamContext.cs0%100%0%0%14, 19, 24, 29, 35, 40, 45, 52, 57, 62, 67, 73, 78, 83, 88
   RestApiPagedDynamicAuthStreamContext.cs0%100%0%0%14, 19, 24, 29, 35, 40, 45, 50, 57, 62, 67, 72, 78, 83, 88, 93
   RestApiPagedFixedAuthStreamContext.cs0%100%0%0%14, 19, 24, 29, 35, 40, 45, 50, 57, 62, 67, 72, 78, 83, 88, 93
src/Models/Base
   RestApiDynamicAuthBase.cs0%100%0%0%10, 15, 20, 25, 30, 35, 40, 45, 50, 56, 59–71
   RestApiFixedAuthBase.cs0%100%0%0%10, 13–16
   RestApiStreamContextBase.cs0%0%0%0%13, 16, 19, 23–25, 29–31, 35–37, 42, 45, 45, 45–46, 48–50, 50, 50–52, 55–56
src/Services
   RestApiGraphBuilder.cs0%0%0%0%100–103, 103, 103, 103, 103–105, 105, 105–117, 117, 117–134, 136–147, 150–152, 152, 152, 152, 152–173, 175–180, 182–183, 185–196, 199–206, 208–209, 211–222, 27–31, 34–35, 35, 35, 35, 35, 35, 35, 35, 35–67, 70–80, 82–93, 96–99

@george-zubrienko george-zubrienko merged commit 4fced85 into main Aug 2, 2024
2 checks passed
@george-zubrienko george-zubrienko deleted the fix-missing-dynamic-auth-properties branch August 2, 2024 19:47
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.

2 participants