https://github.com/susom/apache-proxy
Apache reverse proxy with mod_auth_oidc
https://github.com/susom/apache-proxy
cloudops open-source
Last synced: 21 days ago
JSON representation
Apache reverse proxy with mod_auth_oidc
- Host: GitHub
- URL: https://github.com/susom/apache-proxy
- Owner: susom
- License: apache-2.0
- Created: 2020-01-23T21:29:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-11-14T04:25:44.000Z (3 months ago)
- Last Synced: 2025-11-14T06:14:33.269Z (3 months ago)
- Topics: cloudops, open-source
- Language: Dockerfile
- Homepage:
- Size: 110 KB
- Stars: 2
- Watchers: 7
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/susom/apache-proxy)
[](https://hub.docker.com/r/somrit/apache-oidc)
# Authenticating Reverse Proxy (Apache + mod_auth_openidc)
This repository contains a recipe to generate a Docker image useful for acting as a reverse proxy for authentication in front of an application.
It contains a stripped down Apache with minimal modules, and adds the mod_auth_openidc module for performing OpenID Connect authentication.
There are some instructions and sample configuration files in the [apache-oidc-test directory](apache-oidc-test/README.md).