Releases: AzureAD/microsoft-identity-abstractions-for-dotnet
Releases · AzureAD/microsoft-identity-abstractions-for-dotnet
8.2.0
8.1.1
8.1.0
8.1.0
New features:
- To support certain Federation identity cases, you need to add an additional parameter called
TokenExchangeAuthority
. This parameter is necessary when the issuer (the entity that issues the token) for the token exchange URL is different from the application's issuer. See #155 for details. - Added a new interface
ICustomSignedAssertionProvider
for implementing custom signed assertion providers. This interface includes aName
property for configuration-friendly naming. See issue #153 for details. - Added extensibility to the
CredentialDescription
class to support custom signed assertion providers. This includes new propertiesCustomSignedAssertionProviderName
andCustomSignedAssertionProviderData
. See issue #146 for details.
What's Changed
- Update changelog.md for 8.0.0 and other post release updates by @jmprieur in #152
- Add customSignedAssertion by @JoshLozensky in #150
- Adding ICustomSignedAssertionProvider by @JoshLozensky in #154
- done with copilot by @jennyf19 in #156
Full Changelog: 8.0.0...8.1.0
8.0.0
7.2.1
7.2.1
Bug fix:
Id
property inCredentialDescription
was derived from secret values, primarily affecting logging (information level) of credential attempts inMicrosoft.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 theClientSecret
property set, which is not a typical scenario. See issue #147 for details.
7.2.0
7.2.0
New features:
- Add
AppHomeTenantId
toMicrosoftIdentityApplicationOptions
to allow multi-tenant applications to specify theAppHomeTenantId
to be used for client credentials. See PR #142 and Id Web for details.
What's Changed
- Post release 7.1.0 - Update version to next and move unshipped public API to shipped by @jmprieur in #141
- Add AppHomeTenantId to MicrosoftIdentityApplicationOptions by @msbw2 in #142
- Update changelog.md by @jennyf19 in #143
New Contributors
Full Changelog: 7.1.0...7.2.0
7.1.0
7.0.0
6.0.0
5.3.0
- Added two new properties
AcceptHeader
andContentType
toDownstreamApiOptions
class. See issue #123 for details. - Fix file path for xml comment. See issue #117 for details.
Full Changelog: 5.2.0...5.3.0