Dan Moore

Results 150 issues of Dan Moore

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

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

## Extend Google IdP to allow for parameters on the authorize URL ### Problem As documented here: https://github.com/FusionAuth/fusionauth-site/pull/1563 there are time when you must append certain parameters to the Google...

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

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

## Support OAuth 2.0 Authorization Server Issuer Identification ### Problem This standard helps prevent mixup attacks when you are using more than one IdP. ### Solution From the RFC: >...

standards

## Keys used by theme templates but not in messages.properties ### Description As described here: https://github.com/FusionAuth/fusionauth-localization/pull/53 There are a few message keys that are used by a theme template but...

enhancement

## Typo in the "Refresh Token settings" section of the tenants ### Description Here's a grammar typo: ``` These are the tenant default configurations for the Refresh Token settings. These...

ux