public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup 0/2] add support for HttpOnly cookies for OpenID authentication flow
@ 2025-08-07 10:49 Shannon Sterz
  2025-08-07 10:49 ` [pbs-devel] [PATCH proxmox-backup 1/2] api: openid: allow users of openid to opt into the HttpOnly cookies Shannon Sterz
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Shannon Sterz @ 2025-08-07 10:49 UTC (permalink / raw)
  To: pbs-devel

these two patches do the following:

1. add a `http-only` parameter to the OpenID login endpoint, so clients
   can opt into receive the authentication ticket via a HttpOnly cookie
2. opt the ui dialog into using this new HttpOnly parameter

this should fix a bug where users were instantly logged out again after
a successful OpenID authentication.

Shannon Sterz (2):
  api: openid: allow users of openid to opt into the HttpOnly cookies
  ui: opt open id authentication flows into the new http only flow

 src/api2/access/openid.rs | 346 ++++++++++++++++++++++----------------
 www/LoginView.js          |   1 +
 2 files changed, 206 insertions(+), 141 deletions(-)

--
2.47.2



_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-08-07 12:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-07 10:49 [pbs-devel] [PATCH proxmox-backup 0/2] add support for HttpOnly cookies for OpenID authentication flow Shannon Sterz
2025-08-07 10:49 ` [pbs-devel] [PATCH proxmox-backup 1/2] api: openid: allow users of openid to opt into the HttpOnly cookies Shannon Sterz
2025-08-07 11:46   ` Mira Limbeck
2025-08-07 11:51     ` Shannon Sterz
2025-08-07 10:49 ` [pbs-devel] [PATCH proxmox-backup 2/2] ui: opt open id authentication flows into the new http only flow Shannon Sterz
2025-08-07 12:05 ` [pbs-devel] Superseded: [PATCH proxmox-backup 0/2] add support for HttpOnly cookies for OpenID authentication flow Shannon Sterz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal