fusionauth-issues
fusionauth-issues copied to clipboard
FusionAuth issue submission project
## Add a 'nightly' build ### Problem I want to be able to kick the tires on FusionAuth with upcoming features to get a head start on integrations. I expect...
## Enable Powershell / windows native installation method for backwards compatibility and long-term support ### Problem Some customers, for backwards compatibility (or lack of WSL/WSL2 support) would like PowerShell and/or...
## Support FusionAuth CLI with Restish ### Problem [Restish](https://rest.sh/#/) is a CLI for interacting with REST APIs. It provides API configuration and profiles for different use cases along with streamlined...
Users Getting Automatically Logged Post Successful Password Reset Flow ### Description I'm experiencing some issues in our password rest flow, once the user completes the password reset flow they are...
## Metadata errors for FusionAuth SP and IdP configuration ### Description Metadata errors for FusionAuth SP and IdP configuration. We are not correctly advertising - the entityId. We are missing...
## Allow dynamic redirect URI for OAuth ### Problem There are use cases in development and production where the redirect URI is either not full known, or can vary with...
## Allow updates to inactive users and applications ### Problem We sync our companies customer accounts and their employees into FusionAuth applications and users. When a customer account churns or...
## Ability to create multiple Google identity providers with different reconcile lambdas ### Problem We'll be using a single FusionAuth instance for multiple environments via tenants. We'd like to be...
## Issuing Signature failed tokens ### Description It rarely issues Signature invalid tokens. Guest 1-year token ``` eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6Il9YZkZkRUlwN24yTEdkcVJjUGdtQVcxM1NMWSJ9.eyJleHAiOjE2ODgzNjg3ODEsImlhdCI6MTY1NjgxMTg0MSwianRpIjoiNGE1ODNjZDMtZDllZS00ZjExLWE3M2YtYTJkOTk5YzNmNzBkIiwiYXBwbGljYXRpb25JZCI6ImMyNDMyMWZhLTc5OTctNDRjMy04ZGVkLTI1MGEyMjNkNDQ5YSIsImN1c3RvbWVySWQiOjAsImN1c3RvbWVyR3JvdXBJZCI6MCwic3RvcmVUeXBlIjoxLCJmYVVzZXJJZCI6MCwic3RvcmVJZCI6MSwid2Vic2l0ZUlkIjoxLCJsb2NhbGUiOiJlbl9HQiJ9.AGwaLswrLuwvOHpwcf4ayrLp8OLBB2XLXSl05oKNpABGH7j4dRbOaRhmZD5vZm4eZxICWsaWCzSowNLzsLxL6g ``` Public key (the ES256 key was generated via `Generate Elliptic` in...
### Description Currently, FusionAuth fails at random when the Content-Type header is missing for any API calls. It also sometimes returns a `500` status code because the code might not...