Files
ldap-identidy/apps/web/proxy.conf.json
Bastian Wagner d51d915c74 proxy
2026-07-15 15:53:27 +02:00

43 lines
857 B
JSON

{
"/.well-known": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
},
"/oidc": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
},
"/interaction": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
},
"/auth": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
},
"/account": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
},
"/admin": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
},
"/password": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
},
"/registration": {
"target": "http://localhost:3000",
"secure": false,
"changeOrigin": true
}
}