docs: improve Javadocs for the OAuth2 authorization server#23740
Merged
Conversation
david-mackessy
approved these changes
Apr 24, 2026
vietnguyen
approved these changes
Apr 24, 2026
Align class, method, and field Javadocs on the DHIS2-as-Authorization-Server code (client, authorization, consent persistence + admin CRUD controller) with the user-facing OAuth2 / OIDC / JWT reference in the DHIS2 docs. Covers Spring Authorization Server integration, registered-client semantics, grant-type admin rule, and the reserved system-dcr-registrar-client. No behavior, signatures, imports, or annotations were changed. AI Assisted
017b544 to
72f90a8
Compare
|
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.



Summary
Part 1 of 3 splitting #23734 into smaller PRs per reviewer request. This PR covers DHIS2 as an OAuth2 Authorization Server (built on Spring Authorization Server): client, authorization, consent persistence plus the admin CRUD controller.
17 classes, Javadoc only, aligned with the user-facing OAuth2 / OIDC / JWT reference in dhis2-docs#1739. Covers the registered-client contract, grant-type admin rule (only
authorization_codeandrefresh_token), redirect-URI allowlist, and the reservedsystem-dcr-registrar-client.Companion PRs:
AI Assisted