Spencer Witt

Results 20 issues of Spencer Witt

## Group membership search default sort order is inconsistent ### Description The default sort order for the `/api/group/member/search` API is not consistent. The results are sorted by `insertInstant`, which is...

bug

## `federated.csrf` cookie is not created in some cases ### Description The `federated.csrf` cookie (required for IdP logins since version `1.47.0`) is not written by the `/oauth2/authorize` page when 1....

bug

### What happened? Properly manage registration/email verification emails when resending or changing the email address. ### Version 1.51.0 ### Affects Versions _No response_

bug

Add release notes for bug fix patch 1.52.1

### Issue - https://github.com/FusionAuth/fusionauth-issues/issues/2736 - https://linear.app/fusionauth/issue/ENG-988/[bug]-cannot-log-in-anymore-after-upgrade-to-v150x ### Changes Add new external identifier duration to tenant configuration. ### Depends on - https://github.com/FusionAuth/fusionauth-app/pull/452

Add documentation for the Webhook Event Log feature.

### Issue - https://github.com/FusionAuth/fusionauth-issues/issues/1314 - https://linear.app/fusionauth/issue/ENG-175/add-a-webhook-event-log ### Changes Add `webhook_event_log_configuration` to system configuration. ### Depends on - https://github.com/FusionAuth/fusionauth-app/pull/436 - https://github.com/FusionAuth/fusionauth-client-builder/pull/83

### Issue - https://github.com/FusionAuth/fusionauth-issues/issues/2736 - https://linear.app/fusionauth/issue/ENG-988/[bug]-cannot-log-in-anymore-after-upgrade-to-v150x ### Changes Add `login_intent_time_to_live_in_seconds` external identifier configuration for the tenant. ### Depends on - https://github.com/FusionAuth/fusionauth-app/pull/452 - https://github.com/FusionAuth/fusionauth-client-builder/pull/89

We forgot to mention the new _OAuth consent prompt_ themed page in the release notes for `1.50.0`. The theme also requires a new `scopeConsentField` macro and `resolveScopeMessaging` function to be...

## Add all-access configuration for API keys ### Problem FusionAuth treats API keys without permission for any specific API endpoints as having access to all API endpoints. This can be...

enhancement