seperate proxy for rewriting openid config

This commit is contained in:
2024-12-05 14:35:31 +01:00
parent 99de812ed5
commit 97d44d3d2f
5 changed files with 45 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
scopes openid email profile
base_auth_url https://authentik.rik.veenboer.xyz
metadata_url http://host:12345/.well-known
metadata_url http://192.168.2.200:15000/caddy/.well-known/openid-configuration
}
authentication portal myportal {
enable identity provider generic

View File

@@ -4,7 +4,7 @@ test.rik.veenboer.xyz {
}
authorize with mypolicy
reverse_proxy host:12345
reverse_proxy host:15000
}
auth.rik.veenboer.xyz {