feat: My Organization Member Management EA, Resource Server Access Token Custom Claims, and Organization Connection Member Access Level - #1406
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1406 +/- ##
==========================================
- Coverage 89.68% 89.41% -0.27%
==========================================
Files 439 439
Lines 21080 21082 +2
Branches 10327 9990 -337
==========================================
- Hits 18905 18851 -54
- Misses 2175 2231 +56
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-typescript-sdk: 3.72.5
Patches applied (5): - patch-066ff9e0: docs: add v6 migration guide for breaking changes in v6.0.0 (#1368) - patch-d8faf7a2: docs: update v6 migration guide with federatedConnectionsTokensets and federated_connections_access_tokens breaking changes (#1370) - patch-0f7baa6f: fix: auto-stamp SDK_VERSION from package.json during build (#1382) - patch-b942f5d6: docs: add Authentication API migration guide (auth0-auth-js / auth0-server-js) (#1395) - patch-842d2f51: docs: add v7 migration guide (v6 → v7) (#1396) Patches with unresolved conflicts (7): - patch-490e5634: feat(management): add sub-package exports and management auth helper (#1373) - patch-74170bb0: Release v6.1.0 (#1381) - patch-4fcb39a4: Release v6.2.0 (#1389) - patch-f9d64134: Release v6.3.0 (#1393) - patch-4d450aa4: Release v6.4.0 (#1401) - patch-d4614ec0: Release v7.0.0 (#1402) - patch-e1e90b89: Release v7.1.0 (#1405) Run `fern-replay resolve` to apply these customizations.
fern-api
Bot
force-pushed
the
fern-bot/2026-09-15_05-57-48_424
branch
from
September 15, 2026 11:47
d432516 to
fd6fd65
Compare
harshithRai
approved these changes
Sep 16, 2026
ankita10119
approved these changes
Sep 16, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔧 Changes
Adds management fields for My Organization member management, resource server access token custom claims, and organization connection member access levels.
my_organization_configuration):enforce_permission_ceilinglimits permissions that org admins can assign to members;enforce_self_assignment_restrictionprevents org admins from assigning permissions to themselves. Added toClientMyOrganizationPatchConfiguration,ClientMyOrganizationPostConfiguration, andClientMyOrganizationResponseConfiguration.access_token.claims_mapping.custom_claimsallows custom claims to be emitted in anonymous-session access tokens via dot-path expressions (e.g.anonymous_session.metadata.country). Added toCreateResourceServerRequestContent,UpdateResourceServerRequestContent,CreateResourceServerResponseContent,GetResourceServerResponseContent,UpdateResourceServerResponseContent,ResourceServer, andResourceServerSearchResponseResourceServerAccessToken,ResourceServerAccessTokenClaimsMapping,ResourceServerAccessTokenCustomClaimsMapping, andResourceServerAccessTokenCustomClaimsMappingRule.GetTenantSettingsResponseContent,UpdateTenantSettingsResponseContent, andUpdateTenantSettingsRequestContent.organization_member_access_level(none|readonly|limited|full) added to all organization connection request/response types. New enum typeOrganizationMemberAccessLevelEnumfor standard usage, plus a nullable variantOrganizationMemberAccessLevelEnumWithNullused forUpdateOrganizationConnectionRequestParameterswhere the field is nullable.// My Organization member management
// Resource server access token custom claims
// Organization connection member access level
connection.organization_member_access_level = "readonly";🔬 Testing
clients.test.ts- enforce_permission_ceiling andenforce_self_assignment_restrictionadded to 4 wire test fixturesorganizations/connections.test.ts-organization_member_access_leveladded to 4 wire test fixturesresourceServers.test.ts-access_tokenclaims mapping added to 3 wire test fixturestenants/settings.test.ts-access_tokenclaims mapping added to 2 wire test fixturesmanagement-client-fetch-option.test.tsandtoken-provider.test.ts- deleted (201 + 541 lines)📝 Checklist