From 1fa818115a9c593eac8bf3f2a290205a817d9b9b Mon Sep 17 00:00:00 2001 From: Sae126V Date: Wed, 7 Aug 2024 09:20:08 +0000 Subject: [PATCH] Update code to fix line length issues --- lib/Authentication/AuthTokens/ShibAuthToken.php | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/lib/Authentication/AuthTokens/ShibAuthToken.php b/lib/Authentication/AuthTokens/ShibAuthToken.php index b06d55b40..67fef8259 100644 --- a/lib/Authentication/AuthTokens/ShibAuthToken.php +++ b/lib/Authentication/AuthTokens/ShibAuthToken.php @@ -207,18 +207,23 @@ public static function isStateless() { private function getEntitlementErrorMessage() { $refedsResAndSchURL = "https://refeds.org/category/research-and-scholarship"; + $refedsSirtfiURL = "https://refeds.org/sirtfi"; $resourceLink = "https://docs.egi.eu/internal/configuration-database/access"; $sectionFragmentInfo = "/#using-institutional-account-via-egi-check-in"; $documentationURL = $resourceLink . $sectionFragmentInfo; return ''; }