mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
🚀 Feature: webfinger endpoint under .well-known #395
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 @ryanmilvenan on GitHub.
Feature description
Add a webfinger endpoint to enable webfinger support
Pitch
This would make setting up an OIDC provider for Tailscale a breeze
@cdanis commented on GitHub:
https://webfinger.net/
@stonith404 commented on GitHub:
I don’t believe it makes sense to implement Webfinger directly into Pocket ID. As far as I know, the only client that specifically requires Webfinger is Tailscale. Moreover, this endpoint is primarily used during setup, and you can easily expose it using your reverse proxy for that purpose. For example, Authelia also doesn’t include Webfinger by default and instead recommends users expose the endpoint themselves.
@kmendell commented on GitHub:
@ryanmilvenan Are you referring to YubiKeys? or am i miss understanding?