From 20bab54235488b66f30acceece4f7721f280ef85 Mon Sep 17 00:00:00 2001 From: h7x4 <h7x4@nani.wtf> Date: Wed, 19 Mar 2025 01:09:33 +0100 Subject: [PATCH] dist/simplesamlphp-authsources: set entityID for service provider --- dist/simplesamlphp-authsources.php | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/simplesamlphp-authsources.php b/dist/simplesamlphp-authsources.php index 1b279a6..60fa863 100644 --- a/dist/simplesamlphp-authsources.php +++ b/dist/simplesamlphp-authsources.php @@ -6,6 +6,7 @@ $config = [ /* This is the name of this authentication source, and will be used to access it later. */ 'default-sp' => [ 'saml:SP', + 'entityID' => 'https://www.pvv.ntnu.no/simplesaml/', 'idp' => 'https://idp.pvv.ntnu.no/', ], ];