wcf icon indicating copy to clipboard operation
wcf copied to clipboard

[P2] Support System.ServiceModel.ClientCredentialsSecurityTokenManager

Open StephenBonikowsky opened this issue 6 years ago • 3 comments

APIs Port/Implement Public Contract Testing
class S.SM.ClientCredentialsSecurityTokenManager
  1. [x] Merged
  1. [x] Added
  1. [ ] Unit
  2. [ ] Scenario
ctor ClientCredentialsSecurityTokenManager (ClientCredentials clientCredentials)
  • [x] Merged
  • [x] Added
  • [ ] Unit
  • [ ] Scenario
method override SecurityTokenProvider CreateSecurityTokenProvider (SecurityTokenRequirement tokenRequirement)
  • [x] Merged
  • [x] Added
  • [ ] Unit
  • [ ] Scenario


API Notes


Implementation Notes Already ported.


Public Contract Notes

  • Public Contract: System.ServiceModel.Security

Testing Notes

  • Unit tests are required.
  • Scenario tests needed: ???

PR Links Added to the PC with: #3908

StephenBonikowsky avatar Aug 30 '19 23:08 StephenBonikowsky

Delaying these unit tests for a bit while @mconnew is working on final part of code to integrate with the new WSTrust Client.

StephenBonikowsky avatar Nov 04 '19 20:11 StephenBonikowsky

only UnitTest work left.

HongGit avatar Oct 26 '20 20:10 HongGit

We need unit testing here.

HongGit avatar Nov 11 '21 22:11 HongGit