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

## FusionAuth add some direct Google Zanzibar support/integration ### Problem Several customers prefer to use Zanzibar as their Authorization store/provider, we may have an opportunity to enhance UX by providing...

user feedback

## Migration failed when using passport-local-mongoose due to "password" field length (Previous title: Migration failed using passport-local-mongoose due to "password" length is short. ) ### Description We would like to...

enhancement
architecture
current limitation

## Add a policy to revoke refresh tokens when a user enables MFA ### Description When MFA is enabled, we may want to revoke all refresh tokens. `Tenant > Edit...

enhancement
security

## Add configuration to update hash during a change request. ### Description We have a configuration called `tenant.passwordEncryptionConfiguration.modifyEncryptionSchemeOnLogin` which allows FusionAuth to update the user's hash on login if it...

enhancement

## duplicate key possible when using the Grant API ### Description Looks like we are missing some validation. ``` ### Error updating database. Cause: org.postgresql.util.PSQLException: ERROR: duplicate key value violates...

bug

## Allow Forgot Password API usage when email template disabled ### Description It's not intuitive that the `/api/user/forgot-password` is completely disabled (i.e. always returns `403`) when there is no email...

bug
enhancement

## Preview Functionality on Theme Pages for Account Edit Fail ### Description When previewing account edit, sometimes a freemarker exception can be thrown. ### Affects versions Lastest ### Steps to...

bug

## Add a claim when someone has gone through step-up ### Problem There is no way to determine from a JWT if someone has gone through a step-up auth. ###...

enhancement

## Fail Nicer when FusionAuth is SP to an IDP with POST bindings configured under OAuth2 Protocol ### Problem When interacting with IdP that uses Post Bindings, if a param...

DE (developer-experience)

## Persist custom JWT properties when refreshing a token ### Problem The Populate JWT lambda makes it possible to set custom JWT properties on a token. For some (for example,...

enhancement