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

Adding Extensibility for Custom Signed Assertion Providers #3226

Merged
merged 37 commits into from
Feb 6, 2025

Conversation

JoshLozensky
Copy link
Contributor

@JoshLozensky JoshLozensky commented Jan 30, 2025

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

This comment was marked as resolved.

This comment was marked as resolved.

Copy link
Collaborator

@jmprieur jmprieur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good start
I left some questions/comments. I'm puzzled by the exceptions.

This comment was marked as resolved.

@JoshLozensky
Copy link
Contributor Author

Good start I left some questions/comments. I'm puzzled by the exceptions.

I mistook "log a new error" from the spec for throw a new exception

This comment was marked as resolved.

@jmprieur
Copy link
Collaborator

jmprieur commented Feb 3, 2025

Let's have an aka.ms link for the error messages for this feature.
https://aka.ms/msidweb/ms-id-web/custom-signed-assertion-providers, that will link to the wiki page

Copy link

github-actions bot commented Feb 6, 2025

Summary

Summary
Generated on: 2/6/2025 - 5:54:42 AM
Coverage date: 2/6/2025 - 5:53:33 AM - 2/6/2025 - 5:54:31 AM
Parser: MultiReport (3x Cobertura)
Assemblies: 0
Classes: 0
Files: 0
Line coverage:
Covered lines: 0
Uncovered lines: 0
Coverable lines: 0
Total lines: 0
Covered branches: 0
Total branches: 0
Method coverage: Feature is only available for sponsors

Coverage

No assemblies have been covered.

Copy link

github-actions bot commented Feb 6, 2025

Summary

Summary
Generated on: 2/6/2025 - 6:09:34 AM
Coverage date: 2/6/2025 - 6:08:06 AM - 2/6/2025 - 6:09:16 AM
Parser: MultiReport (3x Cobertura)
Assemblies: 0
Classes: 0
Files: 0
Line coverage:
Covered lines: 0
Uncovered lines: 0
Coverable lines: 0
Total lines: 0
Covered branches: 0
Total branches: 0
Method coverage: Feature is only available for sponsors

Coverage

No assemblies have been covered.

Copy link

github-actions bot commented Feb 6, 2025

Summary

Summary
Generated on: 2/6/2025 - 7:22:59 AM
Coverage date: 2/6/2025 - 7:21:46 AM - 2/6/2025 - 7:22:55 AM
Parser: MultiReport (3x Cobertura)
Assemblies: 0
Classes: 0
Files: 0
Line coverage:
Covered lines: 0
Uncovered lines: 0
Coverable lines: 0
Total lines: 0
Covered branches: 0
Total branches: 0
Method coverage: Feature is only available for sponsors

Coverage

No assemblies have been covered.

Copy link

github-actions bot commented Feb 6, 2025

Summary

Summary
Generated on: 2/6/2025 - 8:10:02 PM
Coverage date: 2/6/2025 - 8:08:35 PM - 2/6/2025 - 8:09:47 PM
Parser: MultiReport (3x Cobertura)
Assemblies: 0
Classes: 0
Files: 0
Line coverage:
Covered lines: 0
Uncovered lines: 0
Coverable lines: 0
Total lines: 0
Covered branches: 0
Total branches: 0
Method coverage: Feature is only available for sponsors

Coverage

No assemblies have been covered.

Copy link

github-actions bot commented Feb 6, 2025

Summary

Summary
Generated on: 2/6/2025 - 8:31:26 PM
Coverage date: 2/6/2025 - 8:30:13 PM - 2/6/2025 - 8:31:15 PM
Parser: MultiReport (3x Cobertura)
Assemblies: 0
Classes: 0
Files: 0
Line coverage:
Covered lines: 0
Uncovered lines: 0
Coverable lines: 0
Total lines: 0
Covered branches: 0
Total branches: 0
Method coverage: Feature is only available for sponsors

Coverage

No assemblies have been covered.

Copy link

github-actions bot commented Feb 6, 2025

Summary

Summary
Generated on: 2/6/2025 - 8:35:23 PM
Coverage date: 2/6/2025 - 8:34:05 PM - 2/6/2025 - 8:35:19 PM
Parser: MultiReport (3x Cobertura)
Assemblies: 0
Classes: 0
Files: 0
Line coverage:
Covered lines: 0
Uncovered lines: 0
Coverable lines: 0
Total lines: 0
Covered branches: 0
Total branches: 0
Method coverage: Feature is only available for sponsors

Coverage

No assemblies have been covered.

Copy link

github-actions bot commented Feb 6, 2025

Summary

Summary
Generated on: 2/6/2025 - 9:10:18 PM
Coverage date: 2/6/2025 - 9:09:03 PM - 2/6/2025 - 9:10:07 PM
Parser: MultiReport (3x Cobertura)
Assemblies: 0
Classes: 0
Files: 0
Line coverage:
Covered lines: 0
Uncovered lines: 0
Coverable lines: 0
Total lines: 0
Covered branches: 0
Total branches: 0
Method coverage: Feature is only available for sponsors

Coverage

No assemblies have been covered.

Copy link
Contributor

@keegan-caruso keegan-caruso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick iterations!

Copy link

github-actions bot commented Feb 6, 2025

Summary

Summary
Generated on: 2/6/2025 - 9:25:20 PM
Coverage date: 2/6/2025 - 9:23:57 PM - 2/6/2025 - 9:25:05 PM
Parser: MultiReport (3x Cobertura)
Assemblies: 0
Classes: 0
Files: 0
Line coverage:
Covered lines: 0
Uncovered lines: 0
Coverable lines: 0
Total lines: 0
Covered branches: 0
Total branches: 0
Method coverage: Feature is only available for sponsors

Coverage

No assemblies have been covered.

@JoshLozensky JoshLozensky merged commit fe7cbf2 into master Feb 6, 2025
5 checks passed
@JoshLozensky JoshLozensky deleted the lozensky/AddCustomSignedAssertionExtensibility branch February 6, 2025 21:30
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.

Expose credential loader extensibility to support custom signed assertion providers
4 participants