Skip to content

Commit

Permalink
Merge pull request #100 from CBIIT/bugfix/ncippe-277-iTrust-logout
Browse files Browse the repository at this point in the history
NCIPPE-277 | NCI iTrust signout not working
  • Loading branch information
alifr authored May 12, 2020
2 parents 988dafe + daf020f commit 5a6b46e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .env-cmdrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"SKIP_PREFLIGHT_CHECK": "true",
"REACT_APP_PUBLIC_URL": "http://moonshotbiobank.cancer.gov",
"REACT_APP_LOGIN_LINK": "/account",
"REACT_APP_LOGOUT_LINK": "https://auth.nih.gov/siteminderagent/smlogoutredirector.asp?TARGET=https://moonshotbiobank.cancer.gov/",
"REACT_APP_LOGOUT_LINK": "/signout",
"REACT_APP_REQUEST_ID": "9376804b-417f-46d6-ab6e-0a41fe7d1649",
"REACT_APP_ANALYTICS_ACCOUNT": "ncienterprise,ncidctd-cancertreatmentdiagnosis",
"REACT_APP_API_PATH": "prod"
Expand All @@ -21,7 +21,7 @@
"SKIP_PREFLIGHT_CHECK": "true",
"REACT_APP_PUBLIC_URL": "http://moonshotbiobank-dev.cancer.gov",
"REACT_APP_LOGIN_LINK": "/account",
"REACT_APP_LOGOUT_LINK": "https://authdev.nih.gov/siteminderagent/smlogoutredirector.asp?TARGET=https://moonshotbiobank-dev.cancer.gov/",
"REACT_APP_LOGOUT_LINK": "/signout",
"REACT_APP_REQUEST_ID": "9376804b-417f-46d6-ab6e-0a41fe7d1649",
"REACT_APP_ANALYTICS_ACCOUNT": "ncienterprise-dev,ncidctd-cancertreatmentdiagnosis-dev",
"REACT_APP_API_PATH": "prod"
Expand All @@ -30,7 +30,7 @@
"SKIP_PREFLIGHT_CHECK": "true",
"REACT_APP_PUBLIC_URL": "http://intg.ncippe.publicissapient.tech/signin",
"REACT_APP_LOGIN_LINK": "/account",
"REACT_APP_LOGOUT_LINK": "http://intg.ncippe.publicissapient.tech/signout",
"REACT_APP_LOGOUT_LINK": "/signout",
"REACT_APP_REQUEST_ID": "9376804b-417f-46d6-ab6e-0a41fe7d1649",
"REACT_APP_ANALYTICS_ACCOUNT": "ncienterprise-dev,ncidctd-cancertreatmentdiagnosis-dev",
"REACT_APP_API_PATH": "prod"
Expand All @@ -39,7 +39,7 @@
"SKIP_PREFLIGHT_CHECK": "true",
"REACT_APP_PUBLIC_URL": "http://moonshotbiobank-qa.cancer.gov",
"REACT_APP_LOGIN_LINK": "/account",
"REACT_APP_LOGOUT_LINK": "https://authtest.nih.gov/siteminderagent/smlogoutredirector.asp?TARGET=https://moonshotbiobank-qa.cancer.gov/",
"REACT_APP_LOGOUT_LINK": "/signout",
"REACT_APP_REQUEST_ID": "9376804b-417f-46d6-ab6e-0a41fe7d1649",
"REACT_APP_ANALYTICS_ACCOUNT": "ncienterprise-dev,ncidctd-cancertreatmentdiagnosis-dev",
"REACT_APP_API_PATH": "prod"
Expand All @@ -48,7 +48,7 @@
"SKIP_PREFLIGHT_CHECK": "true",
"REACT_APP_PUBLIC_URL": "http://moonshotbiobank-stage.cancer.gov",
"REACT_APP_LOGIN_LINK": "/account",
"REACT_APP_LOGOUT_LINK": "https://authtest.nih.gov/siteminderagent/smlogoutredirector.asp?TARGET=https://moonshotbiobank-stage.cancer.gov/",
"REACT_APP_LOGOUT_LINK": "/signout",
"REACT_APP_REQUEST_ID": "9376804b-417f-46d6-ab6e-0a41fe7d1649",
"REACT_APP_ANALYTICS_ACCOUNT": "ncienterprise-dev,ncidctd-cancertreatmentdiagnosis-dev",
"REACT_APP_API_PATH": "prod"
Expand Down

0 comments on commit 5a6b46e

Please sign in to comment.