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

[Bug] Id property in CredentialDescription is derived from secret values #147

Closed
msbw2 opened this issue Jan 20, 2025 · 0 comments · Fixed by #148
Closed

[Bug] Id property in CredentialDescription is derived from secret values #147

msbw2 opened this issue Jan 20, 2025 · 0 comments · Fixed by #148
Labels
bug Something isn't working

Comments

@msbw2
Copy link
Contributor

msbw2 commented Jan 20, 2025

Refer to AzureAD/microsoft-identity-web#3201 (no longer available)

Problematic code:

CredentialSource.KeyVault => KeyVaultCertificateName,
CredentialSource.SignedAssertionFromVault => KeyVaultCertificateName,
CredentialSource.Path => CertificatePassword,
CredentialSource.StoreWithThumbprint => CertificateThumbprint,
CredentialSource.StoreWithDistinguishedName => CertificateDistinguishedName,
CredentialSource.Certificate or CredentialSource.Base64Encoded => Base64EncodedValue,
CredentialSource.SignedAssertionFromManagedIdentity => ManagedIdentityClientId,
CredentialSource.ClientSecret => ClientSecret,

@jennyf19 jennyf19 added bug Something isn't working and removed needs attention untriaged labels Jan 21, 2025
@msbw2 msbw2 changed the title [Bug] Id field in CredentialDescription is derived from secret values [Bug] Id property in CredentialDescription is derived from secret values Jan 21, 2025
jmprieur added a commit that referenced this issue Jan 21, 2025
@jmprieur jmprieur mentioned this issue Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants