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

Rework IdTokenValidator to be able to use a proxy #596

Merged
merged 4 commits into from
Oct 17, 2022

Conversation

frederikprijck
Copy link
Member

@frederikprijck frederikprijck commented Oct 6, 2022

Changes

When using the SDK with a proxy, there is no way for the call to retrieve the openid-configuration to use that same proxy. This PR updates the internals of the SDK in such a way that it reuses the same IAuthenticationConnection implementation that's used by the AuthenticationApiClient.

References

Closes #567

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

  • This change adds unit test coverage
  • This change adds integration test coverage
  • This change has been tested on the latest version of the platform/language or why not

Checklist

@frederikprijck frederikprijck merged commit 666b159 into master Oct 17, 2022
@frederikprijck frederikprijck deleted the feat-sdk-3665 branch October 17, 2022 09:10
@frederikprijck frederikprijck mentioned this pull request Oct 17, 2022
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.

IdTokenValidator cant use a Httpclient configured from something like options.Backchannel
2 participants