Daniel DeGroff
Daniel DeGroff
## Correct Webhook tenantId validation ### Description Review the Webhook validation when `tenantIds` are provided on `PUT`, `PATCH` or `POST`. ### Affects versions TBD ### Internal - https://github.com/FusionAuth/fusionauth-internal-issues/issues/328 ### Community...
### What happened? When using the `Basic` auth scheme with various OAuth endpoints in FusionAuth, FusionAuth will always respond with the `WWW-Authenticate` response header, even when the status code is...
## Support SAML Zoom SSO ### Description Ensure FusionAuth can be used as an IdP with Zoom. https://support.zoom.us/hc/en-us/articles/201363003-Getting-Started-with-SSO Ideally build an example configuration in the documentation. https://fusionauth.io/docs/v1/tech/identity-providers/samlv2/ This may work...
## Fix fonts and styles on direct-downloads ### Description The fonts styles, colors, font weight etc is not standard on the direct-downloads page. https://fusionauth.io/direct-download We should update this style to...
## Improve error handling for the SAML login endpoint when the caller is missing a `Content-Type` request header ### Description When the caller omits the `Content-Type` ideally we want to...
## Support general configuration to write HTTP response headers from FusionAuth ### Description There are some security related headers that we may want to write, and these types of headers...
## Update certificate tool tip in webhooks and doc to clarify use case ### Description - Update Webhook settings UI for `Certificate` to clarify what this is and what it...
## Updates to self-service session management ### Description Enhance the self-service account session management to make it simpler to revoke the self-service user session. - [ ] Make self-service cookie...
## General Entity Management Improvements ### Description A collection of issues related to entities. ### Related - https://github.com/FusionAuth/fusionauth-issues/issues/923 - https://github.com/FusionAuth/fusionauth-issues/issues/1295 - https://github.com/FusionAuth/fusionauth-issues/issues/1361 - https://github.com/FusionAuth/fusionauth-issues/issues/1442 - https://github.com/FusionAuth/fusionauth-issues/issues/1477 - https://github.com/FusionAuth/fusionauth-issues/issues/1481 - https://github.com/FusionAuth/fusionauth-issues/issues/1511...
Currently due to the serialization / de-serialization complexity of the IdP APIs, they are omitted from this client. Here are the APIs we are skipping at the moment: https://github.com/FusionAuth/fusionauth-client-builder/blob/462c2ca09bb291581164f383428ae276645ace55/src/main/client/go.client.ftl#L186 If...