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

Add extensibility to CredentialDescription to support custom signed assertion providers #3214

Open
2 tasks done
JoshLozensky opened this issue Jan 23, 2025 · 0 comments
Open
2 tasks done

Comments

@JoshLozensky
Copy link
Contributor

JoshLozensky commented Jan 23, 2025

This proposal pairs with an issue of the same name in the Microsoft.Identity.Abstractions repository where there are more details for the overall design.

The changes currently needed in Id Web to support this work are below:

Update the Microsoft.Identity.Web Json schema here to take into account the new CredentialSource value, and the new properties.

  • Add the new CredentialSource value (CustomSignedAssertion) to the ClientCredentialSource
  • Add the behavior for the new CredentialSource value after this block, and getting inspired by this block. For the part of the schema related to `CustomSignedAssertionProviderData, get inspiration from what was done in ExtraParameters in the AcquireTokenOptions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant