Skip to content

7.2.1

Compare
Choose a tag to compare
@jennyf19 jennyf19 released this 21 Jan 22:35
· 11 commits to main since this release
8f73508

7.2.1

Bug fix:

  • Id property in CredentialDescription was derived from secret values, primarily affecting logging (information level) of credential attempts in Microsoft.Identity.Web, it doesn't affect higher log levels because if the failure occurs, it indicates that a credential description has both a credential source that can fail (e.g., certificate) and the ClientSecret property set, which is not a typical scenario. See issue #147 for details.