Skip to content

Commit

Permalink
remove 8084 port assignment from pwmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Jun 24, 2024
1 parent b77f917 commit 0889c49
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion development/sp-local/config/authsources-pwmanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

'mfa-idp' => [
'saml:SP',
'entityID' => 'http://pwmanager.local:8084',
'entityID' => 'http://pwmanager.local',
'idp' => 'http://ssp-idp1.local:8085',
'discoURL' => null,
'NameIDPolicy' => [
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,6 @@ services:

# Utilize custom metadata
- ./development/sp-local/metadata/saml20-idp-remote.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-remote.php
# ports:
# - "8084:80"
environment:
ADMIN_EMAIL: "[email protected]"
ADMIN_PASS: sp1
Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Four SPs, a hub (a combined IdP and SP) and three IdPs get spun up by docker com
* ssp-sp1.local # to be used with port 8081
* ssp-sp2.local # to be used with port 8082
* ssp-sp3.local # to be used with port 8083
* pwmanager.local # to be used with port 8084
* pwmanager.local
* ssp-hub.local
* ssp-idp1.local # to be used with port 8085
* ssp-idp2.local # to be used with port 8086
Expand Down

0 comments on commit 0889c49

Please sign in to comment.