mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:53:00 +03:00
🚀 Feature: Support Device Authorization Flow #411
Reference in New Issue
Block a user
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 @wh450g on GitHub.
Originally assigned to: @kmendell on GitHub.
Feature description
Ability to authenticate devices similar to users
(most other oidc solutions offer an option to use a "device authentication endpoint" like
.../protocol/openid-connect/auth/device.)
Pitch
While I'm able to use pocket id to authenticate me against the web ui of an virtualization platform called Incus (similar to proxmox), I can't authenticate via cli, as there is no "device authorization endpoint" set.
@kmendell commented on GitHub:
For anyone wondering see my PR https://github.com/pocket-id/pocket-id/pull/270 as this is the WIP for the Device Code authorization.