mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-10 01:10:42 +03:00
🚀 Feature: AuthRequest authentication method support #289
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 @nebula-it on GitHub.
Feature description
AuthRequest makes it easy to authenticate using Proxy Headers.
Pitch
This is an example of how Authelia uses it with Ingress-Nginx. Without this, setting up auth with ingress-nginx requires a Oauth-proxy instance for each ingress as explained here, which is really cumbersome to setup. (Ingress here refers to the kubernetes ingress, which equates to each host/url served by nginx)
@stonith404 commented on GitHub:
The goal of Pocket ID is just to be an OIDC provider, because of that we are not planning to implement this.
@nebula-it commented on GitHub:
In case anyone comes here looking for this, https://tinyauth.app/ fills in this gap perfectly