23 lines
762 B
Nix
23 lines
762 B
Nix
''
|
|
<?php
|
|
$metadata['https://idp.pvv.ntnu.no/'] = [
|
|
'metadata-set' => 'saml20-idp-hosted',
|
|
'entityid' => 'https://idp.pvv.ntnu.no/',
|
|
'SingleSignOnService' => [
|
|
[
|
|
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
|
|
'Location' => 'https://idp.pvv.ntnu.no/module.php/saml/idp/singleSignOnService',
|
|
],
|
|
],
|
|
'SingleLogoutService' => [
|
|
[
|
|
'Binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
|
|
'Location' => 'https://idp.pvv.ntnu.no/module.php/saml/idp/singleLogout',
|
|
],
|
|
],
|
|
'NameIDFormat' => [ 'urn:oasis:names:tc:SAML:2.0:nameid-format:transient' ],
|
|
'certificate' => '${./idp.crt}',
|
|
];
|
|
?>
|
|
''
|