Skip to content
Snippets Groups Projects
Commit 13cff8f9 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Adding Feide RnD OpenIdP as default IdP

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@533 44740490-163a-0410-bde0-09ae8108e29a
parent d05af9dc
No related branches found
No related tags found
No related merge requests found
...@@ -137,11 +137,11 @@ $config = array ( ...@@ -137,11 +137,11 @@ $config = array (
* To enable the SAML 2.0 IdP Discovery service for a SAML 2.0 SP, you need to set the * To enable the SAML 2.0 IdP Discovery service for a SAML 2.0 SP, you need to set the
* default-saml20-idp to be null, like this: * default-saml20-idp to be null, like this:
* *
* 'default-saml20-idp' => null, * 'default-saml20-idp' => NULL,
* *
*/ */
'default-saml20-idp' => 'max.feide.no', 'default-saml20-idp' => 'https://openidp.feide.no',
'default-shib13-idp' => 'urn:mace:switch.ch:aaitest:dukono.switch.ch', 'default-shib13-idp' => NULL,
/* /*
* IdP Discovery service look configuration. * IdP Discovery service look configuration.
......
...@@ -10,7 +10,15 @@ ...@@ -10,7 +10,15 @@
$metadata = array( $metadata = array(
'https://openidp.feide.no' => array(
'name' => 'Feide RnD OpenIdP',
'description' => 'Here you can login with your account on Feide RnD OpenID. If you do not already have an account on this identity provider, you can create a new one by following the create new account link and follow the instructions.',
'SingleSignOnService' => 'https://openidp.feide.no/simplesaml/saml2/idp/SSOService.php',
'SingleLogoutService' => 'https://openidp.feide.no/simplesaml/saml2/idp/SingleLogoutService.php',
'certFingerprint' => 'c9ed4dfb07caf13fc21e0fec1572047eb8a7a4cb'
),
/* /*
* Example simpleSAMLphp SAML 2.0 IdP * Example simpleSAMLphp SAML 2.0 IdP
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment