Skip to content

8.1.0

Compare
Choose a tag to compare
@jennyf19 jennyf19 released this 29 Jan 05:06
· 4 commits to main since this release
80bf260

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 a Name 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 properties CustomSignedAssertionProviderName and CustomSignedAssertionProviderData. See issue #146 for details.

What's Changed

Full Changelog: 8.0.0...8.1.0