[pdm-devel] [PATCH datacenter-manager 3/3] ui: enable openid realms in realm panel
Shannon Sterz
s.sterz at proxmox.com
Tue Oct 14 15:30:44 CEST 2025
Signed-off-by: Shannon Sterz <s.sterz at proxmox.com>
---
ui/src/configuration/mod.rs | 1 +
1 file changed, 1 insertion(+)
diff --git a/ui/src/configuration/mod.rs b/ui/src/configuration/mod.rs
index 0a92796..2a0bbcc 100644
--- a/ui/src/configuration/mod.rs
+++ b/ui/src/configuration/mod.rs
@@ -112,6 +112,7 @@ pub fn access_control() -> Html {
AuthView::new()
.ldap_base_url("/config/access/ldap")
.ad_base_url("/config/access/ad")
+ .openid_base_url("/config/access/openid")
.into()
},
);
--
2.47.3
More information about the pdm-devel
mailing list