Skip to content

Commit

Permalink
fix(docker): add port_in_redirect off for One Login redirect (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense committed Sep 2, 2024
1 parent 6b844f1 commit 9a08cf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/docker/selfserve/selfserve.conf
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,12 @@ server {
}

location = /govuk-id/loggedin {
port_in_redirect off;
return 302 /govukaccount-redirect.php;
}

location = /govuk-id/loggedout {
port_in_redirect off;
return 302 /govukaccount-redirect.php;
}

Expand Down

0 comments on commit 9a08cf3

Please sign in to comment.