lasdf1234 opened a new pull request, #11551: URL: https://github.com/apache/gravitino/pull/11551
### What changes were proposed in this pull request? Document that the Gravitino Web UI (v1 and Web V2) does not provide a username/password login flow for built-in IDP Basic authentication. Login pages only support `simple` and `oauth`. Users enabling Basic auth should use REST APIs, Java/Python clients, or engine connectors instead. Updated: - `docs/security/how-to-use-built-in-idp.md` — new **Web UI** subsection - `docs/security/how-to-authenticate.md` — note in Basic mode and example section - `docs/webui.md` and `docs/webui-v2.md` — initial-page guidance ### Why are the changes needed? Built-in IDP Basic authentication works for the server REST API and clients, but the Web UI has no interactive Basic login. Without documentation, users may assume browser sign-in is supported and waste time debugging failed logins. Fix: #11550 ### Does this PR introduce _any_ user-facing change? Documentation only. No API or configuration changes. ### How was this patch tested? Docs-only change; reviewed for link targets and consistency with Web UI auth code paths (`simple` / `oauth` only in `session.js`). Made with [Cursor](https://cursor.com) -- 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]
