fusionauth-issues icon indicating copy to clipboard operation
fusionauth-issues copied to clipboard

FusionAuth issue submission project

Results 422 fusionauth-issues issues
Sort by recently updated
recently updated
newest added
trafficstars

## 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...

enhancement
performance

## 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...

enhancement

## 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...

feature
client-commit

## 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...

enhancement

## 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...

enhancement

## 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...

enhancement

## 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...

feature

## 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...

bug

## 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...

bug
architecture