public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH 0/2] access: add OpenID Connect support for #4281
@ 2026-08-10  5:37 Azharul Haque
  2026-08-10  5:37 ` [PATCH 1/2] fix #4281: access: add `type` property to `PveAccessDomainModel` Azharul Haque
  2026-08-10  5:37 ` [PATCH 2/2] fix #4281: access: add OpenID Connect auth-url/login helpers Azharul Haque
  0 siblings, 2 replies; 3+ messages in thread
From: Azharul Haque @ 2026-08-10  5:37 UTC (permalink / raw)
  To: pve-devel; +Cc: haque

The native Flutter "Proxmox VE Companion" app never implemented OpenID
Connect / OAuth realm login (bug #4281[0]): selecting an OAuth realm
just showed username/password fields that could never work.

This series adds the API-layer building blocks for OIDC login:

  - a `type` property on PveAccessDomainModel, needed to detect
    OpenID realms in the login UI
  - helpers for PVE's /access/openid/auth-url and /access/openid/login
    endpoints

A companion series to proxmox_login_manager builds the login UI and
OAuth flow on top of this, and a companion series to
pve_flutter_frontend wires up the Android-side callback activity.

Verified end-to-end against a real PVE server with an Authentik OIDC
realm, on both Android and iOS.

[0] https://bugzilla.proxmox.com/show_bug.cgi?id=4281

Azharul Haque (2):
  fix #4281: access: add `type` property to `PveAccessDomainModel`
  fix #4281: access: add OpenID Connect auth-url/login helpers

 lib/src/authenticate.dart                   | 85 +++++++++++++++++++++
 lib/src/handle_ticket_response.dart         | 36 +++++++++
 lib/src/models/pve_access_domain_model.dart |  2 +
 test/test.dart                              | 20 +++++
 4 files changed, 143 insertions(+)

-- 
2.50.1 (Apple Git-155)




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

end of thread, other threads:[~2026-08-10 12:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-10  5:37 [PATCH 0/2] access: add OpenID Connect support for #4281 Azharul Haque
2026-08-10  5:37 ` [PATCH 1/2] fix #4281: access: add `type` property to `PveAccessDomainModel` Azharul Haque
2026-08-10  5:37 ` [PATCH 2/2] fix #4281: access: add OpenID Connect auth-url/login helpers Azharul Haque

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