From 1ef311b70f98e983dd9b9a6a21bf46843608d5fe Mon Sep 17 00:00:00 2001 From: Praewa254717 <159942067+Praewa254717@users.noreply.github.com> Date: Wed, 14 Feb 2024 00:37:39 +0700 Subject: [PATCH] Update authsources.php --- config/authsources.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/authsources.php b/config/authsources.php index b1acd3145..80b6e681e 100644 --- a/config/authsources.php +++ b/config/authsources.php @@ -40,7 +40,7 @@ } $defaultspentityid = "$baseurl/auth/saml2/sp/metadata.php"; - +$idp = md5($idpentity->entityid); Replace it with $idp = $idpentity->entityid; // Process requested attributes. $attributes = []; $attributesrequired = [];