Skip to content

Commit

Permalink
Merge pull request #3039 from DFE-Digital/one-login-envs
Browse files Browse the repository at this point in the history
add one login test and prod env vars
  • Loading branch information
alkesh authored Jul 29, 2024
2 parents fb9f6c9 + 4740523 commit 23adc41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/application/config/production_app_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ DFE_SIGN_IN_IDENTIFIER: teacherpayments
DFE_SIGN_IN_ISSUER: https://oidc.signin.education.gov.uk:443
DFE_SIGN_IN_REDIRECT_BASE_URL: https://www.claim-additional-teaching-payment.service.gov.uk

ONELOGIN_SIGN_IN_ISSUER=https://oidc.integration.account.gov.uk/
ONELOGIN_REDIRECT_BASE_URL: https://www.claim-additional-teaching-payment.service.gov.uk

DQT_API_URL: https://teacher-qualifications-api.education.gov.uk/v1
DQT_BASE_URL: https://api-customerengagement.platform.education.gov.uk/dqt-crm/v1/

Expand Down
3 changes: 3 additions & 0 deletions terraform/application/config/test_app_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ DFE_SIGN_IN_IDENTIFIER: teacherpayments
DFE_SIGN_IN_ISSUER: https://test-oidc.signin.education.gov.uk:443
DFE_SIGN_IN_REDIRECT_BASE_URL: https://test.claim-additional-teaching-payment.service.gov.uk

ONELOGIN_SIGN_IN_ISSUER: https://oidc.integration.account.gov.uk/
ONELOGIN_REDIRECT_BASE_URL: https://test.claim-additional-teaching-payment.service.gov.uk

DQT_API_URL: https://test.teacher-qualifications-api.education.gov.uk/v1
DQT_BASE_URL: https://test-api-customerengagement.platform.education.gov.uk/dqt-crm/v1/

Expand Down

0 comments on commit 23adc41

Please sign in to comment.