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