IDP with rauthy

This commit is contained in:
Adrian Woźniak 2024-06-26 16:34:29 +02:00
parent bcb14b3c48
commit e8f04f4dde
2 changed files with 1176 additions and 0 deletions

11
config/rauth.nginx Normal file
View File

@ -0,0 +1,11 @@
server {
listen 80;
server_name rauthy.lvh;
location ~ / {
proxy_pass http://rauthy:8080;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}

1165
config/rauthy.cfg Normal file

File diff suppressed because it is too large Load Diff