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

## Allow searching on userId from the users tab ### Problem I log userIds against actions in the system but in some places all I log is the userId, I...

enhancement
user interface

## Make a better search field in FusionAuth Admin UI ### Problem We could make the search field better. ### Solution Ideas: 1. Once you build a cool ES query,...

## Expose the state param to lambdas ### Problem I want to get info into my jwt that is neither on the user nor the registration object. I'm using the...

## Self Service Account Management Login Bug - Unchecking "Keep me signed in" prevents user access ### Description I created an application in a tenant for a user to log...

enhancement
working as designed
architecture

## Support account self service pages without using SSO session ### Problem I want to use the self service account management pages (or let my users do so) without requiring...

enhancement
architecture

## Locale not preserved on hosted login pages ### Description Locale is not preserved when using the hosted login pages and clicking a link. Also not preserved in form submits....

bug

## Group application roles getting removed ### Description Group application roles getting removed after http api call or python client call ### Affects versions 1.36.4 (affected previous versions as well...

bug

## Add ability to manage refresh tokens via API ### Problem I want to be able to create and update refresh tokens for a user, not just retrieve them, via...

enhancement

## Support OAuth2 metadata RFC ### Problem I want my clients to be able to dynamically find the OAuth endpoints for FusionAuth. ### Solution Implement https://tools.ietf.org/html/rfc8414 ### Alternatives/workarounds Read the...

enhancement