fusionauth-issues
fusionauth-issues copied to clipboard
FusionAuth issue submission project
## 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`...
## 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...
## 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...
## 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...
## 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,...
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...
## 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"...
## 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...
## 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...