Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Commit

Permalink
allow for local docker testing
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <hans.zandbelt@zmartzone.eu>
  • Loading branch information
zandbelt committed May 5, 2018
1 parent 955dc40 commit 3f2bfff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,14 @@ async function configure(profile) {
}
}
}).join(' '),
'tool:webfinger_email': `acct:foobar@${url.parse(ISSUER).hostname}`,
'tool:webfinger_email': `acct:foobar@${url.parse(ISSUER).hostname}:${url.parse(ISSUER).port}`,
'tool:webfinger_url': `${ISSUER}/foobar`,
'tool:acr_values': 'urn:mace:incommon:iap:bronze',
'tool:claims_locales': '',
'tool:enc': 'True',
'tool:extra': 'True',
'tool:form_post': 'True',
'tool:insecure': 'False',
'tool:insecure': 'True',
'tool:login_hint': 'bob@example.com',
'tool:none': 'True',
'tool:profile': '',
Expand Down

0 comments on commit 3f2bfff

Please sign in to comment.