From: Shannon Sterz <s.sterz@proxmox.com>
To: pmg-devel@lists.proxmox.com
Subject: [PATCH widget-toolkit v6 1/3] fix #5076: ui: dc: add an optional "audiences" field for open id realms
Date: Tue, 9 Jun 2026 14:22:12 +0200 [thread overview]
Message-ID: <20260609122214.271422-2-s.sterz@proxmox.com> (raw)
In-Reply-To: <20260609122214.271422-1-s.sterz@proxmox.com>
allows users to configure additional open id audiences that may be
provided by the open id realm.
Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
---
Notes:
applying this should be fine now, pbs is the only real user here and
the backend already supports this feature as of eadde76c7c (fix #5076:
api: support audiences property for open id realms)
https://git.proxmox.com/?p=proxmox-backup.git;a=commitdiff;h=eadde76c7cc4b58722306224a80ad309e0f892ee
src/window/AuthEditOpenId.js | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/window/AuthEditOpenId.js b/src/window/AuthEditOpenId.js
index c850019..d70b77b 100644
--- a/src/window/AuthEditOpenId.js
+++ b/src/window/AuthEditOpenId.js
@@ -148,5 +148,14 @@ Ext.define('Proxmox.panel.OpenIDInputPanel', {
deleteEmpty: '{!isCreate}',
},
},
+ {
+ xtype: 'proxmoxtextfield',
+ name: 'audiences',
+ fieldLabel: gettext('Audiences'),
+ submitEmpty: false,
+ cbind: {
+ deleteEmpty: '{!isCreate}',
+ },
+ },
],
});
--
2.47.3
next prev parent reply other threads:[~2026-06-09 12:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-09 12:22 [PATCH many v6 0/3] fix #5076: add support for open id audiences Shannon Sterz
2026-06-09 12:22 ` Shannon Sterz [this message]
2026-06-09 12:22 ` [PATCH pmg-api v6 2/3] fix #5076: auth: openid: add support for an optional "audiences" field Shannon Sterz
2026-06-09 12:22 ` [PATCH pmg-gui v6 3/3] fix #5076: auth edit open id: add an optional audiences field Shannon Sterz
2026-06-09 13:17 ` partially-applied: [PATCH many v6 0/3] fix #5076: add support for open id audiences Stoiko Ivanov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260609122214.271422-2-s.sterz@proxmox.com \
--to=s.sterz@proxmox.com \
--cc=pmg-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox