Skip to content

9.0.0

Compare
Choose a tag to compare
@jennyf19 jennyf19 released this 31 Mar 16:00
· 18 commits to main since this release
e2e9608

9.0.0

New features

  • Added a new class named MicrosoftEntraApplicationOptions inheriting from IdentityApplicationOptions and from which MicrosoftIdentityApplicationOptions inherits. Moved the EntraID specific properties related to web APIs from MicrosoftIdentityApplicationOptions to MicrosoftEntraApplicationOptions. MicrosoftIdentityApplicationOptions now only contains the
    properties related to web apps and B2C. See #165 for details.
  • Added a Name property in MicrosoftEntraApplicationOptions to allow for dynamic discovery of ASP.NET Core authentication schemes / named options. See #168 for details.
  • Changed the way the ID property is computed in ClientCredentials. All sensitive data is also now replaced by a hash. See #163 for details.
  • Added XML comments with recommendations on which CredentialSource not to use in production. See #167 for details.