Uh oh!
There was an error while loading. Please reload this page.
Adding Extensibility for Custom Signed Assertion Providers - #3226
Adding Extensibility for Custom Signed Assertion Providers#3226JLoze (JoshLozensky) merged 37 commits into
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Jean-Marc Prieur (jmprieur)
left a comment
There was a problem hiding this comment.
Good start
I left some questions/comments. I'm puzzled by the exceptions.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…rCustomSignedAssertion.cs Co-authored-by: jennyf19 <jeferrie@microsoft.com>
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as resolved.
This comment was marked as resolved.
Uh oh!
There was an error while loading. Please reload this page.
JLoze (JoshLozensky)
commented
Jan 30, 2025
I mistook "log a new error" from the spec for throw a new exception |
This comment was marked as resolved.
This comment was marked as resolved.
Uh oh!
There was an error while loading. Please reload this page.
Jean-Marc Prieur (jmprieur)
commented
Feb 3, 2025
Let's have an aka.ms link for the error messages for this feature. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Jean-Marc Prieur <jmprieur@microsoft.com>
Co-authored-by: jennyf19 <jeferrie@microsoft.com>
…omSignedAssertionProvider
This PR adds extensibility for customers to be able to define their own signed assertion providers. The integration test in \tests\E2E Tests\CustomSignedAssertionProviderTests\CustomSignedAssertionProviderExtensibilityTests.cs has an example of the sort of work a customer would need to do in order to use this functionality.
Fixes#3220