Skip to content

Version 1.13.2

Compare
Choose a tag to compare
@Revsgaard Revsgaard released this 03 Dec 14:52
· 90 commits to main since this release
fb13c2d
  • Support pagination with pagination token in a new set of Control APIs instead of the old set of filter Control APIs. The new APIs has a plural s. For example, the old FilterTenant API is now Tenants where the new API support pagination.
  • Control Client support pagination.
  • .NET 9.
  • Log warning and redirect back to the application if SAML 2.0 Authentication Method do not support logout.
  • Support for changing XML canonicalization method in SAML 2.0 authentication methods.
  • Improve SAML 2.0 invalid authn response trace and error message.

Resolve bug:

  • OpenID Connect logout error if the post logout redirect URI is null or empty.