From 226101982d2b6faceefe59eb0357f207142c7e87 Mon Sep 17 00:00:00 2001 From: Mohamed Nouffer Date: Wed, 2 Aug 2023 14:49:09 +0530 Subject: [PATCH] update prod session key --- src/containers/TheContent.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/containers/TheContent.js b/src/containers/TheContent.js index be290d4..95f945d 100644 --- a/src/containers/TheContent.js +++ b/src/containers/TheContent.js @@ -113,7 +113,7 @@ const TheContent = () => { function get_token_from_storage_or_cookie() { const cookies = new Cookies(); - const shib = cookies.get('_shibsession_64656661756c7468747470733a2f2f66627373736f2e74732e62697a736964652e62697a2f73686962626f6c657468') + const shib = cookies.get('_shibsession_64656661756c7468747470733a2f2f66627373736f2e62697a736964652e62697a2f73686962626f6c657468') if (shib !== undefined) { fetchSession().then(() => { if (SsoSession !== null) { @@ -136,7 +136,7 @@ const TheContent = () => { "name": "${_lastname} ${_firstname}", "jsessionid": ${UserId}, "_idp_session": "", - "_opensaml_key": "_shibsession_64656661756c7468747470733a2f2f66627373736f2e74732e62697a736964652e62697a2f73686962626f6c657468", + "_opensaml_key": "_shibsession_64656661756c7468747470733a2f2f66627373736f2e62697a736964652e62697a2f73686962626f6c657468", "_opensaml_value": "${shib}" } ]`;