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/', ], ];