This repository has been archived. Continued development takes place at its new location: govuk-one-login/relying-party-stub
This stub allows you to set various paramaters (see here) and mock calls from an RP.
You will need to have the di-authentication-api
repo locally (In the same parent directory by default)
To run the stub locally, and make calls to sandpit (defined by OP_BASE_URL
) you can run:
export OP_BASE_URL="https://oidc.sandpit.account.gov.uk/";
./startup.sh
It will be accessible on port 8081.
This is due to be moved to aws. It is difficult to deploy as PaaS is EOL.
To deploy to the sandpit enviroment, you will need access to the PaaS service. You should then enable SSO (see here).
You also need cloud foundry (cf) locally setup.
brew install cloudfoundry/tap/cf-cli@8
You first login using:
cf login -a api.london.cloud.service.gov.uk --sso
Then choose sandpit:
Select a space:
1. build
2. integration
3. production
4. sandbox
5. sandpit
6. staging
Next execute ./deploy-sandpit.sh