Skip to content

credential description extensibility#3487

Merged
jmprieur merged 11 commits into
masterfrom
jmprieur/credentialDescriptionExtensibility
Sep 26, 2025
Merged

credential description extensibility#3487
jmprieur merged 11 commits into
masterfrom
jmprieur/credentialDescriptionExtensibility

Conversation

@jmprieur

Copy link
Copy Markdown
Collaborator

Add extensibility for credential providers in Credential loaders

Fixes #3485 (non-breaking changes way)

Fixes and supersedes: #3486 created by GitHub Copilot

Copilot AI and others added 7 commits September 22, 2025 19:25
…tensibility

Co-authored-by: jmprieur <13203188+jmprieur@users.noreply.github.com>
Co-authored-by: jmprieur <13203188+jmprieur@users.noreply.github.com>
Co-authored-by: jmprieur <13203188+jmprieur@users.noreply.github.com>
…ders and credential source loaders

Co-authored-by: jmprieur <13203188+jmprieur@users.noreply.github.com>
Co-authored-by: jmprieur <13203188+jmprieur@users.noreply.github.com>
Fixes and supersedes: #3486 created by GitHub Copilots
@jmprieur jmprieur requested a review from a team as a code owner September 23, 2025 22:20
Comment thread src/Microsoft.Identity.Web.TokenAcquisition/TokenAcquisition.cs
@jmprieur jmprieur changed the title Jmprieur/credential description extensibility credential description extensibility Sep 23, 2025
Comment thread src/Microsoft.Identity.Web.Certificate/DefaultCertificateLoader.cs Outdated

@keegan-caruso keegan-caruso left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Few small suggestions

jmprieur and others added 2 commits September 23, 2025 17:14
…r.cs

Co-authored-by: Keegan <Keegan.Caruso@microsoft.com>
…r.CustomSignedAssertion.cs

Co-authored-by: Keegan <Keegan.Caruso@microsoft.com>

@bgavrilMS bgavrilMS left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Approved with 1 comment about param order

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.

Enable extensibility via IEnumerable<ICredentialSourceLoader> constructor parameter

4 participants