mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #163] ENHANCEMENT - External Authentication for Managed Users #5861
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#5861
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zanewgray on GitHub (Sep 7, 2023).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/163
Is your feature request related to a problem? Please describe.
Enhancement - Add external authentication provider options (e.g. LDAP or Active Directory) to the Manage Users section.
Describe the solution you'd like
When using NGINX UI in a multi-user environment, the Manage Users section should provide other alternatives for configuring remote authentication sources and adding administrative users from those authentication sources. Such sources may include OAuth, Active Directory, LDAP, and SAML. This allows better life-cycle management of user credentials and administrative management.
Describe alternatives you've considered
Possible scripting of user credentials, but unsure where NGINX UI stores this information. Possible integration between the NGINX UI and the underlying OS' authentication settings (e.g. NGINX and NGINX UI on Ubuntu with Ubuntu registered to Active Directory for authentication and NGINX UI using Ubuntu as the authentication provider).
Additional context
Add any other context or screenshots about the feature request here.