fusionauth-issues
fusionauth-issues copied to clipboard
FusionAuth issue submission project
## MariaDB Known Issues ### Description MariaDB is not officially supported by FusionAuth. There are is some syntax we use in our SQL schema and migrations that has proven to...
## Patching an identity provider with a large number of applications takes too long ### Description When patching an identity provider to activate it on a particular `application` and its...
## Full support for JSON Patch ### Description FusionAuth supports the HTTP `PATCH` method but this has some limitations. Merging, replacing or moving values is difficult. ### Examples #### Array...
## Allow a user to unlock their account from failed login attempts if they go through the forgot password process ### Problem Currently when a user is locked out due...
## Allow Permissions Grant to User for an Entity in OAuth Grant ### Problem If a user is granted access to an Entity, those Entity Permissions cannot be accessed in...
## Support Okta SCIM minimium requirements ### Problem I want to provision my users from Okta into FusionAuth. ### Solution Support the required features for Okta to be able to...
## Support AzureAD minimum SCIM requirements ### Problem I want to provision my users from Azure AD into FusionAuth. ### Solution Support the required features for Azure AD to be...
## Add a webhook event log ### Problem Webhook events are not persisted in FusionAuth so you cannot view a historical record of which events were sent and if they...
## Can send a code during step up auth when user has only TOTP authenticator ### Description During step up auth, as documented [here](https://fusionauth.io/docs/v1/tech/guides/multi-factor-authentication#start-the-process) and [here](https://fusionauth.io/docs/v1/tech/apis/two-factor#start-multi-factor), you can provide an...
## Deactivating a user account does not change lastUpdateInstant ### Description When deactivating a user via the Java clients `deactivateUser()` method, the `lastUpdateInstant` isn't being updated to the time we...