lasdf1234 commented on code in PR #11281: URL: https://github.com/apache/gravitino/pull/11281#discussion_r3316797895
########## docs/security/how-to-use-built-in-idp.md: ########## @@ -0,0 +1,249 @@ +--- +title: How to use built-in IDP (local authentication) +slug: /how-to-use-built-in-idp +license: "This software is licensed under the Apache License version 2." +--- + +## Introduction + +Apache Gravitino can store **built-in IDP** (identity provider) users and groups in the relational +metadata store through the `idp-basic` plugin. This gives you a self-contained way to manage +**global** login identities (usernames, password hashes, and group membership) without an external +OAuth server. Review Comment: Got remove OAuth server.This will confuse the users. ########## docs/security/security.md: ########## @@ -17,6 +17,8 @@ Gravitino has supported the following security features: ### [Authentication](how-to-authenticate.md) +### [Built-in IDP (local authentication)](../how-to-use-built-in-idp.md) Review Comment: Got it has been deleted. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
