diff options
Diffstat (limited to 'docs/simplesamlphp-reference-idp-remote.txt')
-rw-r--r-- | docs/simplesamlphp-reference-idp-remote.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/simplesamlphp-reference-idp-remote.txt b/docs/simplesamlphp-reference-idp-remote.txt index c8416f5..c408853 100644 --- a/docs/simplesamlphp-reference-idp-remote.txt +++ b/docs/simplesamlphp-reference-idp-remote.txt @@ -212,25 +212,6 @@ Shibboleth 1.3 options : *Note*: This option only works with the `saml:SP` authentication source. - -Examples --------- - -### Configuration for openidp.feide.no ### - - <?php - $metadata['https://openidp.feide.no'] = array( - 'name' => array( - 'en' => 'Feide OpenIdP - guest users', - 'no' => 'Feide Gjestebrukere', - ), - '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', - ); - - Calculating the fingerprint of a certificate -------------------------------------------- |