dist/simplesamlphp-authsources: set entityID for service provider

This commit is contained in:
Oystein Kristoffer Tveit 2025-03-19 01:09:33 +01:00
parent c3d8ce017d
commit 20bab54235
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

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