Merge pull request #1583 from cisagov/nmb/489-logout-redirect

Redirect to get.gov after logout
This commit is contained in:
Neil MartinsenBurrell 2024-01-03 12:21:07 -06:00 committed by GitHub
commit b7c7eba54c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -519,7 +519,7 @@ LOGIN_REQUIRED_IGNORE_PATHS = [
] ]
# where to go after logging out # where to go after logging out
LOGOUT_REDIRECT_URL = "home" LOGOUT_REDIRECT_URL = "https://get.gov/"
# disable dynamic client registration, # disable dynamic client registration,
# only the OP inside OIDC_PROVIDERS will be available # only the OP inside OIDC_PROVIDERS will be available

View file

@ -67,6 +67,7 @@
10038 OUTOFSCOPE http://app:8080/dns/nameservers 10038 OUTOFSCOPE http://app:8080/dns/nameservers
10038 OUTOFSCOPE http://app:8080/dns/dnssec 10038 OUTOFSCOPE http://app:8080/dns/dnssec
10038 OUTOFSCOPE http://app:8080/dns/dnssec/dsdata 10038 OUTOFSCOPE http://app:8080/dns/dnssec/dsdata
10038 OUTOFSCOPE http://app:8080/org-name-address
# This URL always returns 404, so include it as well. # This URL always returns 404, so include it as well.
10038 OUTOFSCOPE http://app:8080/todo 10038 OUTOFSCOPE http://app:8080/todo
# OIDC isn't configured in the test environment and DEBUG=True so this gives a 500 without CSP headers # OIDC isn't configured in the test environment and DEBUG=True so this gives a 500 without CSP headers