Version 1.13.2
- 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 oldFilterTenant
API is nowTenants
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.