8000 feat!: Add Multi-Resource Refresh Token Policies, Guardian MFA Update Methods, and Organization Discovery Enhancements by fern-api[bot] · Pull Request #667 · auth0/go-auth0 · GitHub
[go: up one dir, main page]

Skip to content

feat!: Add Multi-Resource Refresh Token Policies, Guardian MFA Update Methods, and Organization Discovery Enhancements#667

Merged
developerkunal merged 1 commit intomainfrom
fern-bot/2025-12-11T07-26Z
Dec 11, 2025
Merged

feat!: Add Multi-Resource Refresh Token Policies, Guardian MFA Update Methods, and Organization Discovery Enhancements#667
developerkunal merged 1 commit intomainfrom
fern-bot/2025-12-11T07-26Z

Conversation

@fern-api
Copy link
Contributor
@fern-api fern-api bot commented Dec 11, 2025

🔧 Changes

New Features

  • Multi-Resource Refresh Token (MRRT) Policy Support

    • Added Policies field to ClientRefreshTokenConfiguration for managing refresh token exchange policies across different resource servers
    • New ClientRefreshTokenPolicy type with Audience and Scope fields
  • Guardian MFA Push Notification Update Methods

    • Added UpdateApnsProvider() for partial updates to APNS configuration
    • Added UpdateFcmProvider() for partial updates to FCM configuration
    • Added UpdateFcmv1Provider() for partial updates to FCMv1 configuration
  • Organization Discovery Domain Enhancements

    • Added UseForOrganizationDiscovery field to control whether a domain should be used for organization discovery
    • New GetOrganizationDiscoveryDomainByNameResponseContent response type

Breaking Changes

  • Guardian MFA Provider Set Methods: SetApnsProvider, SetFcmProvider, and SetFcmv1Provider now perform full replacement (PUT) instead of partial updates (PATCH). Use the new Update*Provider methods for partial updates.

Fixes

  • Custom Domains List API: Removed unsupported Take and From pagination parameters from ListCustomDomainsRequestParameters

📚 References

  • Auth0 Management API updates

🔬 Testing

  • All existing tests pass
  • New WireMock tests added for UpdateApnsProvider, UpdateFcmProvider, and UpdateFcmv1Provider methods

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@fern-api fern-api bot requested a review from a team as a code owner December 11, 2025 07:26
@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 41.24294% with 208 lines in your changes missing coverage. Please review.
✅ Project coverage is 22.37%. Comparing base (185ff5e) to head (a19d037).

Files with missing lines Patch % Lines
management/types.go 5.06% 148 Missing and 2 partials ⚠️
management/clients.go 14.81% 44 Missing and 2 partials ⚠️
...gement/guardian/factors/pushnotification/client.go 77.77% 3 Missing and 3 partials ⚠️
...nt/guardian/factors/pushnotification/raw_client.go 94.73% 3 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #667      +/-   ##
==========================================
+ Coverage   22.32%   22.37%   +0.04%     
==========================================
  Files         306      306              
  Lines      114405   114662     +257     
==========================================
+ Hits        25540    25653     +113     
- Misses      86994    87128     +134     
- Partials     1871     1881      +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@developerkunal developerkunal changed the title 🌿 Fern Regeneration -- December 11, 2025 feat!: Add Multi-Resource Refresh Token Policies, Guardian MFA Update Methods, and Organization Discovery Enhancements Dec 11, 2025
Copy link
Contributor
@developerkunal developerkunal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@developerkunal developerkunal merged commit 771a85b into main Dec 11, 2025
5 checks passed
@developerkunal developerkunal deleted the fern-bot/2025-12-11T07-26Z branch December 11, 2025 10:29
@developerkunal developerkunal mentioned this pull request Dec 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

0