Skip to content

Commit

Permalink
Merge branch 'fix/GHSA-rv95-896h-c2vc' into 'master'
Browse files Browse the repository at this point in the history
Fix/ghsa rv95 896h c2vc

See merge request armin.felder/ws-fed-proxy!23
  • Loading branch information
arminfelder committed Mar 30, 2024
2 parents 1fc735e + 3ce98bb commit 5975b41
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 46 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ services:
DEBUG: "ws-fed-saml-proxy:*"
HTTPS: "true"
SAML2_CLAIMS_UPN: "upn"
SAML2_IDP: "https://proxy-host:8443/auth/realms/master/protocol/saml"
WSFED_ISSUER: "https://proxy-host:3000/wsfed"
SAML2_IDP: "https://proxy_host:8443/auth/realms/master/protocol/saml"
WSFED_ISSUER: "https://proxy_host:3000/wsfed"
volumes:
- ./certs/idp.pem:/app/certs/idp.pem:ro
ports:
- "3000:3000"
nginx:
Expand Down
199 changes: 156 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ws-fed-saml-proxy",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
Expand Down

0 comments on commit 5975b41

Please sign in to comment.