Skip to content

[#10966] feat(authentication): Add local IdP management APIs#10971

Open
lasdf1234 wants to merge 13 commits intoapache:mainfrom
lasdf1234:feat/local-idp-management-apis
Open

[#10966] feat(authentication): Add local IdP management APIs#10971
lasdf1234 wants to merge 13 commits intoapache:mainfrom
lasdf1234:feat/local-idp-management-apis

Conversation

@lasdf1234
Copy link
Copy Markdown
Contributor

@lasdf1234 lasdf1234 commented May 5, 2026

What changes were proposed in this pull request?

This PR adds local IdP management APIs under /api/idp, including:

  1. user APIs;
  2. group APIs;
  3. group membership management APIs;
  4. the related DTOs and request/response classes.

Why are the changes needed?

The local authenticator needs built-in IdP management APIs for users, groups, and memberships.

Fix: #10966

Does this PR introduce any user-facing change?

Yes.

Add local IdP management APIs for users, groups, and group memberships.

How was this patch tested?

./gradlew --no-daemon :common:test :core:test :server:test :authenticators:authenticator-basic:test

lasdf1234 and others added 13 commits May 4, 2026 22:07
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…-auth-password-hashing

# Conflicts:
#	authenticators/authenticator-basic/build.gradle.kts
#	server-common/src/main/java/org/apache/gravitino/server/authentication/Argon2idPasswordHasher.java
#	server-common/src/main/java/org/apache/gravitino/server/authentication/PasswordHasher.java
#	server-common/src/main/java/org/apache/gravitino/server/authentication/PasswordHasherFactory.java
#	server-common/src/test/java/org/apache/gravitino/server/authentication/TestArgon2idPasswordHasher.java
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…anagement-apis

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 5, 2026 15:47
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@lasdf1234 lasdf1234 changed the title [#10966] feat(authentication): add local IdP management APIs [#10966] feat(authentication): Add local IdP management APIs May 5, 2026
@lasdf1234 lasdf1234 changed the title [#10966] feat(authentication): Add local IdP management APIs feat(authentication): Add local IdP management APIs May 5, 2026
@lasdf1234 lasdf1234 changed the title feat(authentication): Add local IdP management APIs [#10966] feat(authentication): Add local IdP management APIs May 5, 2026
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.

[Subtask] Add local IdP management APIs

2 participants