Skip to content

Commit

Permalink
Merge pull request #5582 from govuk-one-login/ATO-1134/turn-on-destro…
Browse files Browse the repository at this point in the history
…y-orch-session-on-prod

ATO-1134: turn on destroy orch session on logout in prod
  • Loading branch information
GHSwallow authored Jan 15, 2025
2 parents 40f9c8f + 05000c9 commit 027d680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/terraform/oidc/production.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ orch_authentication_callback_enabled = true
orch_logout_enabled = true
auth_spot_response_disabled = true
orch_storage_token_jwk_enabled = true
is_destroy_orch_session_on_sign_out_enabled = false
is_destroy_orch_session_on_sign_out_enabled = true
1 change: 1 addition & 0 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Conditions:
!Equals [build, !Ref Environment],
!Equals [staging, !Ref Environment],
!Equals [integration, !Ref Environment],
!Equals [production, !Ref Environment],
]
IsReturnAuthTimeInIdTokenEnabled:
!Or [
Expand Down

0 comments on commit 027d680

Please sign in to comment.