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

## Localized email templates not being used during self-service registration ### Description This is a critical issue for us. Despite a locale cookie being set, neither the `locale` nor `preferredLanguages`...

enhancement

## Change Link API request body to match the response ### Description We should be able to update the Link API request body to match the response and do it...

enhancement

## Email Verification Gate does not provide error message when exceeding Rate Limit ### Description When both email verification and rate-limiting for email verification (required adv threat detection lic) are...

bug

## When Rate Limiting 2FA - return user to twoFactor page to enter code ### Description Currently, if you have a rate limit enabled for email 2FA (using adv. threat...

## authenticationType:PASSWORD in JWT after authenticating w/FB ### Description This concerns behavior observed when authenticating using FA hosted web forms; testing is done in private/incognito browsers. In Chrome, when authenticating...

bug

## SAML workflow incorrectly influenced by OAuth configuration - specifically PCKE. ### Description When you are using a SAML IdP provider or SAML IdP initiated provider if PCKE is configured,...

bug

An Android phone can be connected via Bluetooth and used as a WebAuthn authenticator, but there may be some extra setup required depending on the user's preferred browser and operating...

documentation

## SAMLv2 Identity provider can not sign request when I "Import RSA key Pair" with Certificat as public and private key ### Description * When I "Import RSA key Pair"...

triage

## Users can't reset password hashed with an unknown algorithm ### Description I migrated to FusionAuth from a homegrown system that used the "bcrypt" algorithm to hash passwords. I had...

enhancement
documentation
working as designed
architecture

## OAuth: Two factor method selection list does not use translations ### Description On the `templates/oauth2/two-factor-methods.ftl` template: ``` [#macro methodOption id method] [#if method.method == "email"] Email message [#assign index...

bug
ux