fusionauth-issues
fusionauth-issues copied to clipboard
FusionAuth issue submission project
## Audit Logs Not Segregated on Per-Tenant Basis ### Description We're currently leveraging one FusionAuth cloud instance with multiple tenants: one for staging and one for production. Everything has worked...
## Add state parameter to Logout in the Hosted Backend API ### Problem Logout in the [Hosted Backend API](https://fusionauth.io/docs/apis/hosted-backend#logout) doesn't support passing the state query string parameter. ### Solution I...
## Can't disable SSO for passwordless flow ### Description Unchecking the "Keep me signed in" option has no effect in the passwordless flow - a SSO session is still created,...
### What happened? Create two SAML IdP's and enable them See that you will have the following two validation warnings for both `http://boman.com` and `http://sofrad.com` (corresponding to each IdP made)...
### Problem I would like to direct by user to a specific RelayState after the AuthN response to sent (I am using IDP-init workflows). Currently, we will redirect where the...
## Token Endpoint does not Accept two-factor trust ### Description Calling the oauth2/token endpoint with two-factor trust is not functional. Possibly consider adding a separate API for OAuth2. ### Affects...
### Description Test button fails in messenger when headers are added. FusionAuth returns a `500` error ### Observed versions 1.53.0 ### Affects versions The version, or versions where this bug...
### What happened? I see this image even when I have installed a license. (I installed an enterprise license.) ### Version 1.53.2 ### Affects Versions _No response_
### Description Enable "ATD rate limiting" for `Send two-factor` action/endpoint. See that we exception on the freemarker template ### Observed versions 1.53.0 ### Affects versions The version, or versions where...
## Support RP initiated logout ### Description Support this spec: https://openid.net/specs/openid-connect-rpinitiated-1_0.html I read it and I think we support everything there (the metadata, the other `MUST`s) but am not sure....