Compare commits

...

1 Commits

Author SHA1 Message Date
20bab54235
dist/simplesamlphp-authsources: set entityID for service provider 2025-03-19 01:34:39 +01:00

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