Skip to content

Commit

Permalink
Add fork notes
Browse files Browse the repository at this point in the history
  • Loading branch information
motoki317 committed Jun 2, 2024
1 parent db5bba6 commit f8a199f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@

# Traefik Forward Auth

A minimal forward authentication service that provides OAuth/SSO login and authentication for the [traefik](https://github.com/containous/traefik) reverse proxy/load balancer.

## @traPtitech fork notes

This is a further fork of [jordemort/traefik-forward-auth](https://github.com/jordemort/traefik-forward-auth).
This is to build upon the jordemort/traefik-forward-auth's work of merging several upstream PRs,
especially the custom user key support in pull/159.

Further customization notes:

- Allows "soft-auth" mode instead of the usual "auth" mode which forces authentication.
- Requests with our header will be passed with the user header, while other requests will also be passed through with empty user header value (the default user header value can be configured).
- Requests to path `/_oauth/login` will be forcefully authenticated just like "auth" mode.

## Fork notes

This is yet another fork of [thomseddon/traefik-forward-auth](https://github.com/thomseddon/traefik-forward-auth).
Expand Down

0 comments on commit f8a199f

Please sign in to comment.