Uh oh!
There was an error while loading. Please reload this page.
Release 5.0.0 - #920
Merged
Merged
Conversation
ramya18101
approved these changes
Aug 19, 2026
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 freeto 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.
Auth0 Java SDK 5.0.0
This release includes one breaking change that is mechanical to migrate, along with new Management API support for Keys Network ACLs, third-party client access, and Cross-App Access.
🚀 What's New
Keys Network ACLs
Added a new
keys().networkAcls()sub-client with support for: List/Create/GetThese operations target:
Third-Party (3P) Client Access
Added
third_party_client_accessto themy_organization_configurationobject on clients.Supported across:
POST /clientsGET /clientsGET /clients/{id}PATCH /clients/{id}Cross-App Access (XAA)
Added
cross_app_access_resource_appto the connection-profile request/response types andConnectionProfile.📌 Breaking Change
Session and Refresh-Token Timestamp Getters
Session and refresh-token timestamp getters now return
OptionalNullable<T>instead ofOptional<T>.The API declares these fields as nullable, and the SDK now reflects that.
v4:
v5:
There are also two behavioral changes that may compile silently:
get()now throwsIllegalStateExceptioninstead ofNoSuchElementException.orElse()can now returnnull.Builder setters are unaffected.
See v5_MIGRATION_GUIDE.md for the complete list of affected getters and step-by-step migration instructions.
📦 Installation
Requires Java 8 or above.
Maven
Gradle
implementation 'com.auth0:auth0:5.0.0'📖 Resources
💬 Feedback
We’d love to hear your feedback! Join the discussion or open an issue on GitHub