From f25c7815af52a751cb815709ff33abee14e130a4 Mon Sep 17 00:00:00 2001 From: Jaime Perez Crespo <jaime.perez@uninett.no> Date: Fri, 6 Nov 2015 15:20:47 +0100 Subject: [PATCH] s/simpleSAMLphp/SimpleSAMLphp/g (being respectful with occurences that might change the behaviour, i.e. default database prefixes) --- bin/initMDSPdo.php | 2 +- bin/memcacheSync.php | 4 +- bin/pwgen.php | 2 +- bin/translation.php | 2 +- config-templates/authsources.php | 6 +-- config-templates/cas-ldap.php | 2 +- config-templates/config.php | 32 ++++++++-------- config-templates/ldap.php | 2 +- docs/index.txt | 14 +++---- docs/simplesamlphp-advancedfeatures.txt | 38 +++++++++---------- docs/simplesamlphp-artifact-idp.txt | 6 +-- docs/simplesamlphp-artifact-sp.txt | 2 +- docs/simplesamlphp-authproc.txt | 12 +++--- docs/simplesamlphp-authsource.txt | 2 +- docs/simplesamlphp-automated_metadata.txt | 10 ++--- docs/simplesamlphp-customauth.txt | 12 +++--- docs/simplesamlphp-errorhandling.txt | 6 +-- docs/simplesamlphp-googleapps.txt | 34 ++++++++--------- docs/simplesamlphp-hok-idp.txt | 4 +- docs/simplesamlphp-hok-sp.txt | 4 +- docs/simplesamlphp-idp-more.txt | 4 +- docs/simplesamlphp-idp.txt | 30 +++++++-------- docs/simplesamlphp-install-repo.txt | 2 +- docs/simplesamlphp-maintenance.txt | 22 +++++------ docs/simplesamlphp-metadata-endpoints.txt | 2 +- .../simplesamlphp-metadata-extensions-rpi.txt | 2 +- docs/simplesamlphp-metadata-extensions-ui.txt | 4 +- docs/simplesamlphp-modules.txt | 12 +++--- docs/simplesamlphp-nostate.txt | 18 ++++----- docs/simplesamlphp-reference-idp-hosted.txt | 8 ++-- docs/simplesamlphp-reference-idp-remote.txt | 10 ++--- docs/simplesamlphp-reference-sp-remote.txt | 6 +-- docs/simplesamlphp-scoping.txt | 8 ++-- docs/simplesamlphp-sp-api.txt | 4 +- docs/simplesamlphp-sp-migration.txt | 26 ++++++------- docs/simplesamlphp-sp.txt | 24 ++++++------ docs/simplesamlphp-theming.txt | 12 +++--- docs/simplesamlphp-translation.txt | 6 +-- docs/simplesamlphp-upgrade-notes-1.10.txt | 2 +- docs/simplesamlphp-upgrade-notes-1.11.txt | 2 +- docs/simplesamlphp-upgrade-notes-1.12.txt | 2 +- docs/simplesamlphp-upgrade-notes-1.13.txt | 2 +- docs/simplesamlphp-upgrade-notes-1.14.txt | 2 +- docs/simplesamlphp-upgrade-notes-1.5.txt | 2 +- docs/simplesamlphp-upgrade-notes-1.6.txt | 4 +- docs/simplesamlphp-upgrade-notes-1.7.txt | 4 +- docs/simplesamlphp-upgrade-notes-1.8.txt | 2 +- docs/simplesamlphp-upgrade-notes-1.9.txt | 4 +- lib/SimpleSAML/Auth/Default.php | 2 +- lib/SimpleSAML/Auth/LDAP.php | 2 +- lib/SimpleSAML/Auth/ProcessingChain.php | 2 +- lib/SimpleSAML/Auth/ProcessingFilter.php | 2 +- lib/SimpleSAML/Auth/Simple.php | 2 +- lib/SimpleSAML/Auth/State.php | 2 +- lib/SimpleSAML/Bindings/Shib13/Artifact.php | 2 +- lib/SimpleSAML/Error/Assertion.php | 2 +- lib/SimpleSAML/Error/AuthSource.php | 2 +- lib/SimpleSAML/Error/BadRequest.php | 2 +- lib/SimpleSAML/Error/BadUserInnput.php | 2 +- lib/SimpleSAML/Error/Error.php | 2 +- lib/SimpleSAML/Error/InvalidCredential.php | 2 +- lib/SimpleSAML/Error/MetadataNotFound.php | 2 +- lib/SimpleSAML/Error/NoState.php | 2 +- lib/SimpleSAML/Error/NotFound.php | 2 +- .../Error/UnserializableException.php | 2 +- lib/SimpleSAML/Error/User.php | 2 +- lib/SimpleSAML/Error/UserAborted.php | 2 +- lib/SimpleSAML/Error/UserNotFound.php | 2 +- lib/SimpleSAML/Logger/LoggingHandler.php | 2 +- .../Logger/LoggingHandlerErrorLog.php | 4 +- lib/SimpleSAML/Logger/LoggingHandlerFile.php | 4 +- .../Logger/LoggingHandlerSyslog.php | 4 +- .../MetaDataStorageHandlerFlatFile.php | 2 +- .../MetaDataStorageHandlerSerialize.php | 2 +- .../Metadata/MetaDataStorageHandlerXML.php | 2 +- lib/SimpleSAML/Metadata/SAMLBuilder.php | 4 +- lib/SimpleSAML/Metadata/SAMLParser.php | 6 +-- lib/SimpleSAML/Store/Memcache.php | 2 +- lib/SimpleSAML/Store/SQL.php | 2 +- lib/SimpleSAML/Utilities.php | 2 +- lib/SimpleSAML/Utils/HTTP.php | 2 +- lib/SimpleSAML/XHTML/EMail.php | 4 +- lib/SimpleSAML/XHTML/Template.php | 6 +-- lib/SimpleSAML/XML/Errors.php | 2 +- lib/SimpleSAML/XML/Parser.php | 2 +- lib/SimpleSAML/XML/Shib13/AuthnRequest.php | 2 +- lib/SimpleSAML/XML/Shib13/AuthnResponse.php | 2 +- lib/SimpleSAML/XML/Signer.php | 2 +- lib/SimpleSAML/XML/Validator.php | 2 +- metadata-templates/saml20-idp-hosted.php | 4 +- metadata-templates/saml20-idp-remote.php | 2 +- metadata-templates/saml20-sp-remote.php | 4 +- metadata-templates/shib13-idp-hosted.php | 2 +- metadata-templates/shib13-idp-remote.php | 2 +- metadata-templates/shib13-sp-hosted.php | 2 +- metadata-templates/shib13-sp-remote.php | 2 +- metadata-templates/wsfed-idp-remote.php | 2 +- metadata-templates/wsfed-sp-hosted.php | 2 +- modules/adfs/lib/SAML2/XML/fed/Const.php | 2 +- modules/adfs/lib/SAML2/XML/fed/Endpoint.php | 2 +- .../XML/fed/SecurityTokenServiceType.php | 2 +- .../lib/SAML2/XML/fed/TokenTypesOffered.php | 2 +- modules/adfs/lib/XMLSecurityDSig.php | 2 +- modules/adfs/www/idp/prp.php | 4 +- modules/authX509/docs/authX509.txt | 2 +- .../lib/Auth/Process/ExpiryWarning.php | 2 +- .../authX509/lib/Auth/Source/X509userCert.php | 2 +- modules/authX509/templates/X509warning.php | 2 +- modules/authX509/www/expirywarning.php | 2 +- .../lib/Auth/Process/OTP2YubiPrefix.php | 6 +-- .../authYubiKey/lib/Auth/Source/YubiKey.php | 8 ++-- modules/authYubiKey/www/yubikeylogin.php | 2 +- modules/authcrypt/docs/authcrypt.txt | 2 +- modules/authcrypt/lib/Auth/Source/Hash.php | 2 +- .../authcrypt/lib/Auth/Source/Htpasswd.php | 2 +- modules/authfacebook/docs/authfacebook.txt | 2 +- .../authfacebook/lib/Auth/Source/Facebook.php | 2 +- modules/authlinkedin/docs/oauthlinkedin.txt | 2 +- .../authlinkedin/lib/Auth/Source/LinkedIn.php | 2 +- modules/authmyspace/docs/oauthmyspace.txt | 2 +- .../authmyspace/lib/Auth/Source/MySpace.php | 2 +- modules/authorize/docs/authorize.txt | 2 +- .../authorize/lib/Auth/Process/Authorize.php | 2 +- modules/authorize/templates/authorize_403.php | 2 +- modules/authorize/www/authorize_403.php | 2 +- modules/authtwitter/docs/oauthtwitter.txt | 2 +- .../authtwitter/lib/Auth/Source/Twitter.php | 2 +- .../authwindowslive/docs/windowsliveid.txt | 2 +- .../lib/Auth/Source/LiveID.php | 2 +- modules/cas/docs/cas.txt | 2 +- modules/cas/lib/Auth/Source/CAS.php | 2 +- modules/casserver/www/serviceValidate.php | 2 +- modules/cdc/lib/Auth/Process/CDC.php | 2 +- modules/cdc/lib/Client.php | 2 +- modules/cdc/lib/Server.php | 2 +- modules/consent/docs/consent.txt | 4 +- modules/consent/lib/Auth/Process/Consent.php | 2 +- modules/consent/lib/Consent/Store/Cookie.php | 2 +- .../consent/lib/Consent/Store/Database.php | 2 +- modules/consent/lib/Logout.php | 2 +- modules/consent/lib/Store.php | 2 +- modules/consent/www/getconsent.php | 2 +- modules/consent/www/logout.php | 2 +- modules/consent/www/logout_completed.php | 2 +- modules/consent/www/noconsent.php | 2 +- .../config-templates/module_consentAdmin.php | 2 +- .../core/docs/authproc_languageadaptor.txt | 4 +- modules/core/lib/ACL.php | 2 +- .../core/lib/Auth/Process/AttributeAdd.php | 2 +- .../core/lib/Auth/Process/AttributeAlter.php | 2 +- .../core/lib/Auth/Process/AttributeCopy.php | 2 +- .../core/lib/Auth/Process/AttributeLimit.php | 2 +- .../core/lib/Auth/Process/AttributeMap.php | 2 +- .../core/lib/Auth/Process/AttributeRealm.php | 2 +- .../core/lib/Auth/Process/GenerateGroups.php | 2 +- .../core/lib/Auth/Process/LanguageAdaptor.php | 2 +- .../core/lib/Auth/Process/ScopeAttribute.php | 2 +- .../Auth/Process/StatisticsWithAttribute.php | 2 +- modules/core/lib/Auth/Process/TargetedID.php | 2 +- .../lib/Auth/Process/WarnShortSSOInterval.php | 2 +- .../core/lib/Auth/Source/AdminPassword.php | 2 +- modules/core/lib/Auth/UserPassBase.php | 4 +- modules/core/lib/Auth/UserPassOrgBase.php | 2 +- modules/core/lib/Stats/Output/File.php | 2 +- modules/core/lib/Stats/Output/Log.php | 2 +- .../core/lib/Storage/SQLPermanentStorage.php | 2 +- modules/core/templates/short_sso_interval.php | 2 +- modules/core/www/as_login.php | 2 +- modules/core/www/as_logout.php | 2 +- modules/core/www/cleardiscochoices.php | 2 +- modules/core/www/frontpage_auth.php | 2 +- modules/core/www/frontpage_config.php | 2 +- modules/core/www/frontpage_federation.php | 2 +- modules/core/www/frontpage_welcome.php | 2 +- modules/core/www/loginuserpass.php | 2 +- modules/core/www/loginuserpassorg.php | 2 +- modules/core/www/postredirect.php | 2 +- modules/core/www/short_sso_interval.php | 2 +- modules/core/www/show_metadata.php | 2 +- modules/cron/www/croninfo.php | 6 +-- .../exampleauth/lib/Auth/Source/External.php | 4 +- .../exampleauth/lib/Auth/Source/Static.php | 2 +- .../exampleauth/lib/Auth/Source/UserPass.php | 2 +- modules/exampleauth/www/authpage.php | 2 +- modules/exampleauth/www/redirecttest.php | 2 +- modules/exampleauth/www/resume.php | 2 +- .../lib/Auth/Process/ExpiryDate.php | 2 +- .../expirycheck/templates/about2expire.php | 2 +- modules/expirycheck/www/about2expire.php | 2 +- modules/expirycheck/www/expired.php | 2 +- modules/ldap/docs/ldap.txt | 2 +- .../lib/Auth/Process/AttributeAddFromLDAP.php | 2 +- .../Auth/Process/AttributeAddUsersGroups.php | 2 +- modules/ldap/lib/Auth/Process/BaseFilter.php | 2 +- modules/ldap/lib/Auth/Source/LDAP.php | 2 +- modules/ldap/lib/Auth/Source/LDAPMulti.php | 2 +- modules/ldap/lib/ConfigHelper.php | 2 +- modules/metarefresh/bin/metarefresh.php | 6 +-- modules/metarefresh/lib/ARP.php | 2 +- modules/metarefresh/lib/MetaLoader.php | 2 +- .../multiauth/lib/Auth/Source/MultiAuth.php | 4 +- modules/multiauth/www/selectsource.php | 2 +- modules/negotiate/templates/disable.php | 2 +- modules/negotiate/templates/enable.php | 2 +- modules/negotiate/www/backend.php | 2 +- modules/negotiate/www/disable.php | 2 +- modules/negotiate/www/enable.php | 2 +- modules/negotiate/www/retry.php | 2 +- modules/oauth/bin/demo.php | 2 +- modules/oauth/lib/Consumer.php | 2 +- modules/oauth/lib/OAuthServer.php | 2 +- modules/oauth/lib/OAuthStore.php | 2 +- modules/oauth/lib/Registry.php | 2 +- modules/oauth/www/registry.edit.php | 2 +- modules/oauth/www/registry.php | 2 +- .../lib/Auth/Process/Warning.php | 2 +- modules/preprodwarning/templates/warning.php | 2 +- modules/preprodwarning/www/showwarning.php | 2 +- modules/radius/lib/Auth/Source/Radius.php | 2 +- modules/riak/docs/simplesamlphp-riak.txt | 4 +- modules/saml/docs/keyrollover.txt | 8 ++-- modules/saml/docs/nameid.txt | 2 +- modules/saml/docs/sp.txt | 4 +- modules/saml/lib/BaseNameIDGenerator.php | 2 +- modules/saml/lib/Error.php | 2 +- modules/saml/lib/IdP/SAML1.php | 2 +- modules/saml/lib/IdP/SAML2.php | 2 +- modules/saml/lib/IdP/SQLNameID.php | 4 +- modules/saml/lib/Message.php | 2 +- modules/saml/lib/SP/LogoutStore.php | 2 +- modules/saml/www/idp/certs.php | 2 +- .../config-templates/config-sanitycheck.php | 2 +- modules/sanitycheck/hooks/hook_frontpage.php | 2 +- .../lib/Auth/Process/SmartName.php | 2 +- modules/sqlauth/lib/Auth/Source/SQL.php | 2 +- modules/statistics/bin/loganalyzer.php | 2 +- modules/statistics/bin/logcleaner.php | 2 +- .../config-templates/module_statistics.php | 2 +- modules/statistics/docs/statistics.txt | 2 +- modules/statistics/lib/AccessCheck.php | 2 +- modules/statistics/lib/Aggregator.php | 2 +- modules/statistics/lib/DateHandler.php | 2 +- modules/statistics/lib/DateHandlerMonth.php | 2 +- modules/statistics/lib/Graph/GoogleCharts.php | 2 +- modules/statistics/lib/LogCleaner.php | 2 +- modules/statistics/lib/LogParser.php | 2 +- modules/statistics/lib/RatioDataset.php | 2 +- modules/statistics/lib/Ruleset.php | 2 +- modules/statistics/lib/StatDataset.php | 2 +- .../lib/Statistics/Rulesets/BaseRule.php | 2 +- .../lib/Statistics/Rulesets/Ratio.php | 2 +- templates/includes/header-embed.php | 2 +- templates/includes/header.php | 8 ++-- tests/lib/SimpleSAML/DatabaseTest.php | 2 +- www/_include.php | 2 +- www/admin/hostnames.php | 2 +- www/saml2/idp/ArtifactResolutionService.php | 2 +- www/saml2/idp/SSOService.php | 2 +- www/saml2/idp/SingleLogoutService.php | 2 +- www/shib13/idp/SSOService.php | 2 +- 260 files changed, 458 insertions(+), 458 deletions(-) diff --git a/bin/initMDSPdo.php b/bin/initMDSPdo.php index ff6d08e71..f3e685e74 100755 --- a/bin/initMDSPdo.php +++ b/bin/initMDSPdo.php @@ -1,7 +1,7 @@ #!/usr/bin/env php <?php -/* This is the base directory of the simpleSAMLphp installation. */ +/* This is the base directory of the SimpleSAMLphp installation. */ $baseDir = dirname(dirname(__FILE__)); /* Add library autoloader and configuration. */ diff --git a/bin/memcacheSync.php b/bin/memcacheSync.php index 13dc7cc5c..01b4e0b3d 100755 --- a/bin/memcacheSync.php +++ b/bin/memcacheSync.php @@ -17,7 +17,7 @@ if(!class_exists('Memcache')) { exit(1); } -/* This is the base directory of the simpleSAMLphp installation. */ +/* This is the base directory of the SimpleSAMLphp installation. */ $baseDir = dirname(dirname(__FILE__)); /* Add library autoloader. */ @@ -74,7 +74,7 @@ echo($sync . " keys in sync.\n"); if($skipped > 0) { echo($skipped . " keys skipped.\n"); echo("Keys are skipped because they are either expired, or are of a type unknown\n"); - echo("to simpleSAMLphp.\n"); + echo("to SimpleSAMLphp.\n"); } if($warnServerDown > 0) { diff --git a/bin/pwgen.php b/bin/pwgen.php index 24fef6ca5..fddca593d 100755 --- a/bin/pwgen.php +++ b/bin/pwgen.php @@ -6,7 +6,7 @@ */ -/* This is the base directory of the simpleSAMLphp installation. */ +/* This is the base directory of the SimpleSAMLphp installation. */ $baseDir = dirname(dirname(__FILE__)); /* Add library autoloader. */ diff --git a/bin/translation.php b/bin/translation.php index f5bf452ba..d07a0c05a 100755 --- a/bin/translation.php +++ b/bin/translation.php @@ -1,7 +1,7 @@ #!/usr/bin/env php <?php -/* This is the base directory of the simpleSAMLphp installation. */ +/* This is the base directory of the SimpleSAMLphp installation. */ $baseDir = dirname(dirname(__FILE__)); /* Add library autoloader. */ diff --git a/config-templates/authsources.php b/config-templates/authsources.php index 2865d3453..4c3054d84 100644 --- a/config-templates/authsources.php +++ b/config-templates/authsources.php @@ -32,7 +32,7 @@ $config = array( * WARNING: SHA-1 is disallowed starting January the 1st, 2014. * * Uncomment the following option to start using SHA-256 for your signatures. - * Currently, simpleSAMLphp defaults to SHA-1, which has been deprecated since + * Currently, SimpleSAMLphp defaults to SHA-1, which has been deprecated since * 2011, and will be disallowed by NIST as of 2014. Please refer to the following * document for more information: * @@ -309,7 +309,7 @@ $config = array( // the array may match the value the username. 'search.attributes' => array('uid', 'mail'), - // The username & password the simpleSAMLphp should bind to before searching. If + // The username & password the SimpleSAMLphp should bind to before searching. If // this is left as NULL, no bind will be performed before searching. 'search.username' => NULL, 'search.password' => NULL, @@ -320,7 +320,7 @@ $config = array( // to get them. This is enabled with this option. 'priv.read' => FALSE, - // The DN & password the simpleSAMLphp should bind to before + // The DN & password the SimpleSAMLphp should bind to before // retrieving attributes. These options are required if // 'priv.read' is set to TRUE. 'priv.username' => NULL, diff --git a/config-templates/cas-ldap.php b/config-templates/cas-ldap.php index 087ff2e66..255b7784b 100644 --- a/config-templates/cas-ldap.php +++ b/config-templates/cas-ldap.php @@ -1,6 +1,6 @@ <?php /* - * The configuration of simpleSAMLphp + * The configuration of SimpleSAMLphp * * */ diff --git a/config-templates/config.php b/config-templates/config.php index fdead8d98..8191be3d1 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -14,10 +14,10 @@ $config = array( * [(http|https)://(hostname|fqdn)[:port]]/[path/to/simplesaml/] * (note that it must end with a '/') * - * The full url format is useful if your simpleSAMLphp setup is hosted behind + * The full url format is useful if your SimpleSAMLphp setup is hosted behind * a reverse proxy. In that case you can specify the external url here. * - * Please note that simpleSAMLphp will then redirect all queries to the + * Please note that SimpleSAMLphp will then redirect all queries to the * external url, no matter where you come from (direct access or via the * reverse proxy). */ @@ -27,7 +27,7 @@ $config = array( 'datadir' => 'data/', /* - * A directory where simpleSAMLphp can save temporary files. + * A directory where SimpleSAMLphp can save temporary files. * * SimpleSAMLphp will attempt to create this directory if it doesn't exist. */ @@ -35,7 +35,7 @@ $config = array( /* - * If you enable this option, simpleSAMLphp will log all sent and received messages + * If you enable this option, SimpleSAMLphp will log all sent and received messages * to the log file. * * This option also enables logging of the messages that are encrypted and decrypted. @@ -71,7 +71,7 @@ $config = array( /** * This password must be kept secret, and modified from the default value 123. - * This password will give access to the installation page of simpleSAMLphp with + * This password will give access to the installation page of SimpleSAMLphp with * metadata listing and diagnostics pages. * You can also put a hash here; run "bin/pwgen.php" to generate one. */ @@ -80,7 +80,7 @@ $config = array( 'admin.protectmetadata' => false, /** - * This is a secret salt used by simpleSAMLphp when it needs to generate a secure hash + * This is a secret salt used by SimpleSAMLphp when it needs to generate a secure hash * of a value. It must be changed from its default value to a secret value. The value of * 'secretsalt' can be any valid string of any length. * @@ -99,7 +99,7 @@ $config = array( /* * The timezone of the server. This option should be set to the timezone you want - * simpleSAMLphp to report the time in. The default is to guess the timezone based + * SimpleSAMLphp to report the time in. The default is to guess the timezone based * on your system timezone. * * See this page for a list of valid timezones: http://php.net/manual/en/timezones.php @@ -155,7 +155,7 @@ $config = array( /* * Choose which facility should be used when logging with syslog. * - * These can be used for filtering the syslog output from simpleSAMLphp into its + * These can be used for filtering the syslog output from SimpleSAMLphp into its * own file by configuring the syslog daemon. * * See the documentation for openlog (http://php.net/manual/en/function.openlog.php) for available @@ -255,7 +255,7 @@ $config = array( /* * Enable * - * Which functionality in simpleSAMLphp do you want to enable. Normally you would enable only + * Which functionality in SimpleSAMLphp do you want to enable. Normally you would enable only * one of the functionalities below, but in some cases you could run multiple functionalities. * In example when you are setting up a federation bridge. */ @@ -496,7 +496,7 @@ $config = array( 'idpdisco.layout' => 'dropdown', /* - * Whether simpleSAMLphp should sign the response or the assertion in SAML 1.1 authentication + * Whether SimpleSAMLphp should sign the response or the assertion in SAML 1.1 authentication * responses. * * The default is to sign the assertion element, but that can be overridden by setting this @@ -673,7 +673,7 @@ $config = array( /* - * Configure the datastore for simpleSAMLphp. + * Configure the datastore for SimpleSAMLphp. * * - 'phpsession': Limited datastore, which uses the PHP session. * - 'memcache': Key-value datastore, based on memcache. @@ -703,7 +703,7 @@ $config = array( /* * The prefix we should use on our tables. */ - 'store.sql.prefix' => 'simpleSAMLphp', + 'store.sql.prefix' => 'SimpleSAMLphp', /* @@ -766,7 +766,7 @@ $config = array( /* * This value allows you to set a prefix for memcache-keys. The default - * for this value is 'simpleSAMLphp', which is fine in most cases. + * for this value is 'SimpleSAMLphp', which is fine in most cases. * * When running multiple instances of SSP on the same host, and more * than one instance is using memcache, you probably want to assign @@ -826,16 +826,16 @@ $config = array( /* * Array of domains that are allowed when generating links or redirections - * to URLs. simpleSAMLphp will use this option to determine whether to + * to URLs. SimpleSAMLphp will use this option to determine whether to * to consider a given URL valid or not, but you should always validate * URLs obtained from the input on your own (i.e. ReturnTo or RelayState * parameters obtained from the $_REQUEST array). * - * simpleSAMLphp will automatically add your own domain (either by checking + * SimpleSAMLphp will automatically add your own domain (either by checking * it dynamically, or by using the domain defined in the 'baseurlpath' * directive, the latter having precedence) to the list of trusted domains, * in case this option is NOT set to NULL. In that case, you are explicitly - * telling simpleSAMLphp to verify URLs. + * telling SimpleSAMLphp to verify URLs. * * Set to an empty array to disallow ALL redirections or links pointing to * an external URL other than your own domain. This is the default behaviour. diff --git a/config-templates/ldap.php b/config-templates/ldap.php index 0e997b609..5f5b0b9db 100644 --- a/config-templates/ldap.php +++ b/config-templates/ldap.php @@ -33,7 +33,7 @@ $config = array ( */ 'auth.ldap.search.attributes' => NULL, - /* The username & password the simpleSAMLphp should bind as before searching. If this is left + /* The username & password the SimpleSAMLphp should bind as before searching. If this is left * as NULL, no bind will be performed before searching. */ 'auth.ldap.search.username' => NULL, diff --git a/docs/index.txt b/docs/index.txt index 18e16ab4c..a763d9079 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -1,7 +1,7 @@ SimpleSAMLphp Documentation =========================== - * [Installing simpleSAMLphp](simplesamlphp-install) + * [Installing SimpleSAMLphp](simplesamlphp-install) * [Upgrade notes for version 1.13](simplesamlphp-upgrade-notes-1.13) * [Upgrade notes for version 1.12](simplesamlphp-upgrade-notes-1.12) * [Upgrade notes for version 1.11](simplesamlphp-upgrade-notes-1.11) @@ -13,7 +13,7 @@ SimpleSAMLphp Documentation * [Upgrade notes for version 1.5](simplesamlphp-upgrade-notes-1.5) * [Installation from the repository](simplesamlphp-install-repo) * [Changelog](simplesamlphp-changelog) - * [Using simpleSAMLphp as a SAML Service Provider](simplesamlphp-sp) + * [Using SimpleSAMLphp as a SAML Service Provider](simplesamlphp-sp) * [Hosted SP Configuration Reference](./saml:sp) * [IdP remote reference](simplesamlphp-reference-idp-remote) * [Upgrading - migration to use the SAML authentication source](simplesamlphp-sp-migration) @@ -33,14 +33,14 @@ SimpleSAMLphp Documentation * [Advanced features](simplesamlphp-advancedfeatures) - covers bridging protocols, attribute filtering, etc. * [State Information Lost](simplesamlphp-nostate) - more about this common error message * [SimpleSAMLphp Dictionaries and Translation](simplesamlphp-translation) - * [Theming simpleSAMLphp](simplesamlphp-theming) - * [simpleSAMLphp Modules](simplesamlphp-modules) - how to create own customized modules + * [Theming SimpleSAMLphp](simplesamlphp-theming) + * [SimpleSAMLphp Modules](simplesamlphp-modules) - how to create own customized modules * [Key rollover](./saml:keyrollover) * [Creating authentication sources](./simplesamlphp-authsource) * [Implementing custom username/password authentication](./simplesamlphp-customauth) * [Storing sessions in Riak](./riak:simplesamlphp-riak) -Documentation on specific simpleSAMLphp modules: +Documentation on specific SimpleSAMLphp modules: * [Consent module](./consent:consent) * [Installing and configuring the consentAdmin module](./consentAdmin:consentAdmin) @@ -48,9 +48,9 @@ Documentation on specific simpleSAMLphp modules: * [autotest Module](./autotest:test) * [Statistics](./statistics:statistics) -Documentation for simpleSAMLphp developers: +Documentation for SimpleSAMLphp developers: - * [Error handling in simpleSAMLphp](simplesamlphp-errorhandling) + * [Error handling in SimpleSAMLphp](simplesamlphp-errorhandling) ## Externally contributed documentation diff --git a/docs/simplesamlphp-advancedfeatures.txt b/docs/simplesamlphp-advancedfeatures.txt index 5a059b675..0a08b7410 100644 --- a/docs/simplesamlphp-advancedfeatures.txt +++ b/docs/simplesamlphp-advancedfeatures.txt @@ -1,4 +1,4 @@ -simpleSAMLphp Advanced Features +SimpleSAMLphp Advanced Features =============================== <!-- @@ -11,16 +11,16 @@ simpleSAMLphp Advanced Features <!-- {{TOC}} --> -simpleSAMLphp documentation +SimpleSAMLphp documentation --------------------------- -This document is part of the simpleSAMLphp documentation suite. +This document is part of the SimpleSAMLphp documentation suite. -- [List of all simpleSAMLphp documentation](http://simplesamlphp.org/docs) +- [List of all SimpleSAMLphp documentation](http://simplesamlphp.org/docs) This document assumes that you already have a installation of -simpleSAMLphp running, configured and working. This is the next +SimpleSAMLphp running, configured and working. This is the next step :) @@ -28,7 +28,7 @@ Bridging between protocols -------------------------- A bridge between two protocols is built using both an IdP and an SP, connected together. -To let a SAML 2.0 SP talk to a SAML 1.1 IdP, you build a simpleSAMLphp bridge from a SAML 2.0 IdP and a SAML 1.1 SP. +To let a SAML 2.0 SP talk to a SAML 1.1 IdP, you build a SimpleSAMLphp bridge from a SAML 2.0 IdP and a SAML 1.1 SP. The SAML 2.0 SP talks to the SAML 2.0 IdP, which hands the request over to the SAML 1.1 SP, which forwards it to the SAML 1.1 IdP. If you have followed the instructions for setting up an SP, and have configured an authentication source, all you need to do is to add that authentication source to the IdP. @@ -67,15 +67,15 @@ Please see the [metarefresh documentation](simplesamlphp-automated_metadata). Auth MemCookie -------------- -It is possible to integrate simpleSAMLphp with [Auth MemCookie](http://authmemcookie.sourceforge.net/). This allows you to integrate simpleSAMLphp with web applications written in another language than PHP. +It is possible to integrate SimpleSAMLphp with [Auth MemCookie](http://authmemcookie.sourceforge.net/). This allows you to integrate SimpleSAMLphp with web applications written in another language than PHP. Auth MemCookie works by reading authentication data from a memcache server and setting environment variables based on attributes in this data. It also allows you to use the default Apache access control features to restrict access to your site. -The simpleSAMLphp Auth MemCookie module can be found in `www/authmemcookie.php` and the configuration should be stored in `config/authmemcookie.php`. You may have to copy this file from `config-template/authmemcookie.php`. +The SimpleSAMLphp Auth MemCookie module can be found in `www/authmemcookie.php` and the configuration should be stored in `config/authmemcookie.php`. You may have to copy this file from `config-template/authmemcookie.php`. To use Auth MemCookie, you need to do the following steps: -1. Install and configure simpleSAMLphp for running as an SP. +1. Install and configure SimpleSAMLphp for running as an SP. 2. Install and configure a memcache server. 3. Install and configure Auth MemCookie. Go to the [Auth MemCookie homepage](http://authmemcookie.sourceforge.net/) @@ -89,7 +89,7 @@ To use Auth MemCookie, you need to do the following steps: # host:port-pairs. # Note that this list must list the same servers as the # 'authmemcookie.servers'-option in config.php in the - # configuration for simpleSAMLphp. + # configuration for SimpleSAMLphp. Auth_memCookie_Memcached_AddrPort "127.0.0.1:11211" # This must be set to 'on' to enable Auth MemCookie for @@ -122,13 +122,13 @@ To use Auth MemCookie, you need to do the following steps: </Location> 4. - Configure the simpleSAMLphp Auth MemCookie module by editing + Configure the SimpleSAMLphp Auth MemCookie module by editing `config/authmemcookie.php`. You must set the `username` option to a valid attribute name. All other can most likely be left at their default values. 5. - Enable the simpleSAMLphp Auth MemCookie module by setting + Enable the SimpleSAMLphp Auth MemCookie module by setting `enable.authmemcookie` to *`true`* in `config/config.php`. 6. @@ -156,7 +156,7 @@ To use Auth MemCookie, you need to do the following steps: Metadata signing ---------------- -simpleSAMLphp supports signing of the metadata it generates. Metadata signing is configured by four options: +SimpleSAMLphp supports signing of the metadata it generates. Metadata signing is configured by four options: - `metadata.sign.enable`: Whether metadata signing should be enabled or not. Set to `TRUE` to enable metadata signing. Defaults to `FALSE`. - `metadata.sign.privatekey`: Name of the file with the private key which should be used to sign the metadata. This file must exist in in the `cert` directory. @@ -165,7 +165,7 @@ simpleSAMLphp supports signing of the metadata it generates. Metadata signing is These options can be configured globally in the `config/config.php`-file, or per SP/IdP by adding them to the hosted metadata for the SP/IdP. The configuration in the metadata for the SP/IdP takes precedence over the global configuration. -There is also an additional fallback for the private key and the certificate. If `metadata.sign.privatekey` and `metadata.sign.certificate` isn't configured, simpleSAMLphp will use the `privatekey`, `privatekey_pass` and `certificate` options in the metadata for the SP/IdP. +There is also an additional fallback for the private key and the certificate. If `metadata.sign.privatekey` and `metadata.sign.certificate` isn't configured, SimpleSAMLphp will use the `privatekey`, `privatekey_pass` and `certificate` options in the metadata for the SP/IdP. @@ -224,15 +224,15 @@ Support ------- If you need help to make this work, or want to discuss -simpleSAMLphp with other users of the software, you are fortunate: -Around simpleSAMLphp there is a great Open source community, and +SimpleSAMLphp with other users of the software, you are fortunate: +Around SimpleSAMLphp there is a great Open source community, and you are welcome to join! The forums are open for you to ask questions, contribute answers other further questions, request improvements or contribute with code or plugins of your own. -- [simpleSAMLphp homepage](https://simplesamlphp.org) -- [List of all available simpleSAMLphp documentation](https://simplesamlphp.org/docs/) -- [Join the simpleSAMLphp user's mailing list](https://simplesamlphp.org/lists) +- [SimpleSAMLphp homepage](https://simplesamlphp.org) +- [List of all available SimpleSAMLphp documentation](https://simplesamlphp.org/docs/) +- [Join the SimpleSAMLphp user's mailing list](https://simplesamlphp.org/lists) diff --git a/docs/simplesamlphp-artifact-idp.txt b/docs/simplesamlphp-artifact-idp.txt index 496ec83ef..4614f787d 100644 --- a/docs/simplesamlphp-artifact-idp.txt +++ b/docs/simplesamlphp-artifact-idp.txt @@ -1,9 +1,9 @@ Adding HTTP-Artifact support to the IdP ======================================= -This document describes the necessary steps to enable support for the HTTP-Artifact binding on a simpleSAMLphp IdP: +This document describes the necessary steps to enable support for the HTTP-Artifact binding on a SimpleSAMLphp IdP: -1. Configure simpleSAMLphp to use memcache to store the session. +1. Configure SimpleSAMLphp to use memcache to store the session. 2. Enable support for sending artifacts in `saml20-idp-hosted`. 3. Add the webserver certificate to the generated metadata. @@ -44,7 +44,7 @@ Add new metadata to SPs After enabling the Artifact binding, your IdP metadata will change to add a ArtifactResolutionService endpoint. You therefore need to update the metadata for your IdP at your SPs. -`saml20-idp-remote` metadata for simpleSAMLphp SPs should contain something like: +`saml20-idp-remote` metadata for SimpleSAMLphp SPs should contain something like: 'ArtifactResolutionService' => array( array( diff --git a/docs/simplesamlphp-artifact-sp.txt b/docs/simplesamlphp-artifact-sp.txt index afcebcf0c..6b18119ce 100644 --- a/docs/simplesamlphp-artifact-sp.txt +++ b/docs/simplesamlphp-artifact-sp.txt @@ -1,4 +1,4 @@ -Using HTTP-Artifact from a simpleSAMLphp SP +Using HTTP-Artifact from a SimpleSAMLphp SP =========================================== This document describes how to use the HTTP-Artifact binding to receive authentication responses from the IdP. diff --git a/docs/simplesamlphp-authproc.txt b/docs/simplesamlphp-authproc.txt index b00a3fe03..e0211a527 100644 --- a/docs/simplesamlphp-authproc.txt +++ b/docs/simplesamlphp-authproc.txt @@ -23,7 +23,7 @@ Examples of neat things to do using Authentication Processing Filters: * Ask the user for consent, before the user is sent back to a service. * Implement basic Access Control on the IdP (not neccessarily a good idea), limiting access for some users to some SPs. -Be aware that Authentication Proccessing Filters do replace some of the preivous features in simpleSAMLphp, named: +Be aware that Authentication Proccessing Filters do replace some of the preivous features in SimpleSAMLphp, named: * `attributemap` * `attributealter` @@ -64,9 +64,9 @@ This configuration will execute *Auth Proc Filters* one by one, with the priorit The most important parameter of each item on the list is the *class* of the *Auth Proc Filter*. The syntax of the class is `modulename:classname`. As an example the class definition `core:AttributeLimit` will be expanded to look for the class `sspmod_core_Auth_Process_AttributeLimit`. The location of this class file *must* then be: `modules/core/lib/Auth/Process/AttributeLimit.php`. -You will see that a bunch of useful filters is included in the `core` module. In addition the `consent` module that is included in the simpleSAMLphp distribution implements a filter. Beyond that, you are encouraged to create your own filters and share with the community. If you have created a cool *Auth Proc Filter* that does something useful, let us know, and we may share it on the [simpleSAMLphp web site][]. +You will see that a bunch of useful filters is included in the `core` module. In addition the `consent` module that is included in the SimpleSAMLphp distribution implements a filter. Beyond that, you are encouraged to create your own filters and share with the community. If you have created a cool *Auth Proc Filter* that does something useful, let us know, and we may share it on the [SimpleSAMLphp web site][]. -[simpleSAMLphp web site]: http://simplesamlphp.org +[SimpleSAMLphp web site]: http://simplesamlphp.org When you know the class definition of a filter, and the priority, the simple way to configure the filter is: @@ -120,10 +120,10 @@ The example above is in `saml20-idp-hosted`. -Auth Proc Filters included in the simpleSAMLphp distribution +Auth Proc Filters included in the SimpleSAMLphp distribution ------------------------------------------------------------ -The following filters are included in the simpleSAMLphp distribution: +The following filters are included in the SimpleSAMLphp distribution: - [`authorize:Authorize`](./authorize:authorize): Access control based on regular expressions. - [`consent:Consent`](./consent:consent): Ask the user for consent before transmitting attributes. @@ -172,4 +172,4 @@ Requirements for authentication processing filters: - No state information should be stored in the filter object. It must instead be stored in the request state array. Any changes to variables in the filter object may be lost. - The filter object must be serializable. It may be serialized between being constructed and the call to the `process`-function. This means that, for example, no database connections should be created in the constructor and later used in the `process`-function. -Don't hestitate to ask on the simpleSAMLphp mailinglist if you have problems or questions, or want to share your *Auth Proc Filter* with others. +Don't hestitate to ask on the SimpleSAMLphp mailinglist if you have problems or questions, or want to share your *Auth Proc Filter* with others. diff --git a/docs/simplesamlphp-authsource.txt b/docs/simplesamlphp-authsource.txt index ad63b4967..514b96f36 100644 --- a/docs/simplesamlphp-authsource.txt +++ b/docs/simplesamlphp-authsource.txt @@ -11,7 +11,7 @@ There are only two requirements: - Never show any pages to the user directly from within the `authenticate()`-function. (This will lead to problems if the user decides to reload the page.) -- Return control to simpleSAMLphp after authenticating the user. +- Return control to SimpleSAMLphp after authenticating the user. If the module is able to authenticate the user without doing any redirects, it should just update the state-array and return. If the module does a redirect, it must call `SimpleSAML_Auth_Source::completeAuth()` with the updated state array. diff --git a/docs/simplesamlphp-automated_metadata.txt b/docs/simplesamlphp-automated_metadata.txt index 8c3a5c40d..9cf0bc352 100644 --- a/docs/simplesamlphp-automated_metadata.txt +++ b/docs/simplesamlphp-automated_metadata.txt @@ -29,7 +29,7 @@ You need to enable the following modules: 1. cron 2. metarefresh -The cron module allows you to do tasks regularly, by setting up a cron job that calls a hook in simpleSAMLphp. +The cron module allows you to do tasks regularly, by setting up a cron job that calls a hook in SimpleSAMLphp. The metarefresh module will download and parse the metadata document and store it in metadata files cached locally. @@ -53,7 +53,7 @@ instance, if we want to configure the metadata of the SWITCH AAI Test Federation cd modules/metarefresh/bin ./metarefresh.php -s http://metadata.aai.switch.ch/metadata.aaitest.xml -The `-s` option sends the output to the console (for testing purposes). If the output makes sense, continue. If you get a lot of error messages, try to read them and fix the problems that might be causing them. If you are having problems and you can't figure out the cause, you can always send an e-mail to the simpleSAMLphp mailing list and ask for advice. +The `-s` option sends the output to the console (for testing purposes). If the output makes sense, continue. If you get a lot of error messages, try to read them and fix the problems that might be causing them. If you are having problems and you can't figure out the cause, you can always send an e-mail to the SimpleSAMLphp mailing list and ask for advice. @@ -126,7 +126,7 @@ The metarefresh module supports the following configuration options: `outputDir` : The directory where the generated metadata will be stored. The path - is relative to the simpleSAMLphp base directory. + is relative to the SimpleSAMLphp base directory. `outputFormat` : The format of the generated metadata files. This must match the @@ -177,7 +177,7 @@ web-server write access to the output directories. Following the previous exampl chown www-data /var/simplesamlphp/metadata/metarefresh-kalmar/ chown www-data /var/simplesamlphp/metadata/metarefresh-ukaccess/ -Now you can configure simpleSAMLphp to use the metadata fetched by metarefresh. Edit the main +Now you can configure SimpleSAMLphp to use the metadata fetched by metarefresh. Edit the main config.php file, and modify the `metadata.sources` directive accordingly: 'metadata.sources' => array( @@ -211,7 +211,7 @@ The configuration should look similar to this: Bear in mind that the key is used as a security feature, to restrict access to your cron. Therefore, you need to make sure that the string here is a random key available to no one but you. Additionally, make sure that you include here the appropriate tags that you previously told metarefresh to use in the `cron` directive. -Next, use your web browser to go to `https://YOUR_SERVER/simplesaml/module.php/cron/croninfo.php`. Make sure to properly set your server's address, as well as use HTTP or HTTPS accordingly, and also to specify the correct path to the root of your simpleSAMLphp installation. +Next, use your web browser to go to `https://YOUR_SERVER/simplesaml/module.php/cron/croninfo.php`. Make sure to properly set your server's address, as well as use HTTP or HTTPS accordingly, and also to specify the correct path to the root of your SimpleSAMLphp installation. Now, copy the cron configuration suggested: diff --git a/docs/simplesamlphp-customauth.txt b/docs/simplesamlphp-customauth.txt index d32e8a4e0..fdab196d0 100644 --- a/docs/simplesamlphp-customauth.txt +++ b/docs/simplesamlphp-customauth.txt @@ -1,7 +1,7 @@ Implementing custom username/password authentication ==================================================== -This is a step-by-step guide for creating a custom username/password [authentication source](./simplesamlphp-authsource) for simpleSAMLphp. +This is a step-by-step guide for creating a custom username/password [authentication source](./simplesamlphp-authsource) for SimpleSAMLphp. An authentication source is responsible for authenticating the user, typically by getting a username and password, and looking it up in some sort of database. <!-- {{TOC}} --> @@ -9,8 +9,8 @@ An authentication source is responsible for authenticating the user, typically b Create a custom module ---------------------- -All custom code for simpleSAMLphp should be contained in a [module](./simplesamlphp-modules). -This ensures that you can upgrade your simpleSAMLphp installation without overwriting your own code. +All custom code for SimpleSAMLphp should be contained in a [module](./simplesamlphp-modules). +This ensures that you can upgrade your SimpleSAMLphp installation without overwriting your own code. In this example, we will call the module `mymodule`. It will be located under `modules/mymodule`. @@ -56,7 +56,7 @@ Create the file `modules/mymodule/lib/Auth/Source/MyAuth.php` with the following Some things to note: - The classname is `sspmod_mymodule_Auth_Source_MyAuth`. - This tells simpleSAMLphp to look for the class in `modules/mymodule/lib/Auth/Source/MyAuth.php`. + This tells SimpleSAMLphp to look for the class in `modules/mymodule/lib/Auth/Source/MyAuth.php`. - Our authentication source subclassese `sspmod_core_Auth_UserPassBase`. This is a helper-class that implements much of the common code needed for username/password authentication. @@ -97,13 +97,13 @@ You can add it to the beginning of the list, so that the file looks something li The instance name is used to refer to this authentication source in other configuration files. The first element of the configuration of the authentication source must be `'mymodule:MyAuth'`. -This tells simpleSAMLphp to look for the `sspmod_mymodule_Auth_Source_MyAuth` class. +This tells SimpleSAMLphp to look for the `sspmod_mymodule_Auth_Source_MyAuth` class. Testing our authentication source --------------------------------- -Now that we have configured the authentication source, we can test it by accessing "authentication"-page of the simpleSAMLphp web interface. +Now that we have configured the authentication source, we can test it by accessing "authentication"-page of the SimpleSAMLphp web interface. By default, the web interface can be found on `http://yourhostname.com/simplesaml/`. (Obviously, "yourhostname.com" should be replaced with your real hostname.) diff --git a/docs/simplesamlphp-errorhandling.txt b/docs/simplesamlphp-errorhandling.txt index 8469f3224..278cad2c2 100644 --- a/docs/simplesamlphp-errorhandling.txt +++ b/docs/simplesamlphp-errorhandling.txt @@ -1,4 +1,4 @@ -Exception and error handling in simpleSAMLphp +Exception and error handling in SimpleSAMLphp ============================================= <!-- @@ -13,7 +13,7 @@ Exception and error handling in simpleSAMLphp This document describes the way errors and exceptions are handled in authentication sources and authentication processing filters. The basic goal is to be able to throw an exception during authentication, and then have that exception transported back to the SP in a way that the SP understands. -This means that internal simpleSAMLphp exceptions must be mapped to transport specific error codes for the various transports that are supported by simpleSAMLphp. +This means that internal SimpleSAMLphp exceptions must be mapped to transport specific error codes for the various transports that are supported by SimpleSAMLphp. E.g.: When a `SimpleSAML_Error_NoPassive` error is thrown by an authentication processing filter in a SAML 2.0 IdP, we want to map that exception to the `urn:oasis:names:tc:SAML:2.0:status:NoPassive` status code. That status code should then be returned to the SP. @@ -92,7 +92,7 @@ Throwing SAML 2 errors will tie your code directly to the SAML 2 protocol, and i Converting SAML 2 errors to normal exceptions --------------------------------------------- -On the SP side, we want to convert SAML 2 errors to simpleSAMLphp exceptions again. +On the SP side, we want to convert SAML 2 errors to SimpleSAMLphp exceptions again. This is handled by the `toException()` method in `sspmod_saml_Error`. The assertion consumer script of the SAML 2 authentication source (`modules/saml2/sp/acs.php`) uses this method. The result is that generic exceptions are thrown from that authentication source. diff --git a/docs/simplesamlphp-googleapps.txt b/docs/simplesamlphp-googleapps.txt index 8ff960a09..30548fb6d 100644 --- a/docs/simplesamlphp-googleapps.txt +++ b/docs/simplesamlphp-googleapps.txt @@ -1,4 +1,4 @@ -Setting up a simpleSAMLphp SAML 2.0 IdP to use with Google Apps for Education +Setting up a SimpleSAMLphp SAML 2.0 IdP to use with Google Apps for Education ============================================ <!-- @@ -11,19 +11,19 @@ Setting up a simpleSAMLphp SAML 2.0 IdP to use with Google Apps for Education <!-- {{TOC}} --> -simpleSAMLphp news and documentation +SimpleSAMLphp news and documentation ------------------------------------ -This document is part of the simpleSAMLphp documentation suite. +This document is part of the SimpleSAMLphp documentation suite. - * [List of all simpleSAMLphp documentation](http://simplesamlphp.org/docs) - * [Latest news about simpleSAMLphp](http://rnd.feide.no/taxonomy/term/4). (Also conatins an RSS feed) - * [simpleSAMLphp homepage](https://simplesamlphp.org) + * [List of all SimpleSAMLphp documentation](http://simplesamlphp.org/docs) + * [Latest news about SimpleSAMLphp](http://rnd.feide.no/taxonomy/term/4). (Also conatins an RSS feed) + * [SimpleSAMLphp homepage](https://simplesamlphp.org) ## Introduction -This article assumes that you have already read the simpleSAMLphp installation manual, and installed a version of simpleSAMLphp at your +This article assumes that you have already read the SimpleSAMLphp installation manual, and installed a version of SimpleSAMLphp at your server. In this example we will setup this server as an IdP for Google Apps for Education: @@ -40,7 +40,7 @@ Edit `config.php`, and enable the SAML 2.0 IdP: ## Setting up a SSL signing certificate -For test purposes, you can skip this section, and use the certificate included in the simpleSAMLphp distribution. For a production system, you MUST generate a new certificate for your IdP. +For test purposes, you can skip this section, and use the certificate included in the SimpleSAMLphp distribution. For a production system, you MUST generate a new certificate for your IdP. Here is an example of an openssl command to generate a new key and a self signed certificate to use for signing SAML messages: @@ -63,7 +63,7 @@ Here is an example of typical user input when creating a certificate request: A challenge password []: An optional company name []: -**Note**: simpleSAMLphp will only work with RSA and not DSA certificates. +**Note**: SimpleSAMLphp will only work with RSA and not DSA certificates. @@ -71,7 +71,7 @@ Here is an example of typical user input when creating a certificate request: Authentication source --------------------- -The next step is to configure the way users authenticate on your IdP. Various modules in the `modules/` directory provides methods for authenticating your users. This is an overview of those that are included in the simpleSAMLphp distribution: +The next step is to configure the way users authenticate on your IdP. Various modules in the `modules/` directory provides methods for authenticating your users. This is an overview of those that are included in the SimpleSAMLphp distribution: `exampleauth:UserPass` : Authenticate against a list of usernames and passwords. @@ -87,7 +87,7 @@ For more authentication modules, see [SimpleSAMLphp Identity Provider QuickStart In this guide, we will use the `exampleauth:UserPass` authentication module. This module does not have any dependencies, and is therefore simple to set up. -After you have successfuly tested that everything is working with the simple `exampleauth:UserPass`, you are encouraged to setup simpleSAMLphp IdP towards your user storage, such as an LDAP directory. (Use the links on the authentication sources above to read more about these setups. `ldap:LDAP` is the most common authentication source). +After you have successfuly tested that everything is working with the simple `exampleauth:UserPass`, you are encouraged to setup SimpleSAMLphp IdP towards your user storage, such as an LDAP directory. (Use the links on the authentication sources above to read more about these setups. `ldap:LDAP` is the most common authentication source). Configuring the authentication source @@ -95,7 +95,7 @@ Configuring the authentication source The `exampleauth:UserPass` authentication source is part of the `exampleauth` module. This module isn't enabled by default, so you will have to enable it. This is done by creating a file named `enable` in `modules/exampleauth/`. -On unix, this can be done by running (from the simpleSAMLphp installation directory): +On unix, this can be done by running (from the SimpleSAMLphp installation directory): touch modules/exampleauth/enable @@ -234,15 +234,15 @@ replacing the last part with your own google apps domain name. Make sure that your IdP server runs HTTPS (SSL). The Apache documentation contains information for how to configure HTTPS. -Make sure you have replaced the default certificate delivered with the simpleSAMLphp distribution with your own certificate. +Make sure you have replaced the default certificate delivered with the SimpleSAMLphp distribution with your own certificate. Support ------- -If you need help to make this work, or want to discuss simpleSAMLphp with other users of the software, you are fortunate: Around simpleSAMLphp there is a great Open source community, and you are welcome to join! The forums are open for you to ask questions, contribute answers other further questions, request improvements or contribute with code or plugins of your own. +If you need help to make this work, or want to discuss SimpleSAMLphp with other users of the software, you are fortunate: Around SimpleSAMLphp there is a great Open source community, and you are welcome to join! The forums are open for you to ask questions, contribute answers other further questions, request improvements or contribute with code or plugins of your own. -- [simpleSAMLphp homepage](https://simplesamlphp.org) -- [List of all available simpleSAMLphp documentation](https://simplesamlphp.org/docs/) -- [Join the simpleSAMLphp user's mailing list](https://simplesamlphp.org/lists) +- [SimpleSAMLphp homepage](https://simplesamlphp.org) +- [List of all available SimpleSAMLphp documentation](https://simplesamlphp.org/docs/) +- [Join the SimpleSAMLphp user's mailing list](https://simplesamlphp.org/lists) diff --git a/docs/simplesamlphp-hok-idp.txt b/docs/simplesamlphp-hok-idp.txt index 55dd63a64..e34a6b827 100644 --- a/docs/simplesamlphp-hok-idp.txt +++ b/docs/simplesamlphp-hok-idp.txt @@ -2,7 +2,7 @@ Adding Holder-of-Key Web Browser SSO Profile support to the IdP =============================================================== This document describes the necessary steps to enable support for the [SAML V2.0 Holder-of-Key (HoK) Web Browser SSO Profile](http://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-holder-of-key-browser-sso.pdf) -on a simpleSAMLphp Identity Provider (IdP). +on a SimpleSAMLphp Identity Provider (IdP). The SAML V2.0 HoK Web Browser SSO Profile is an alternate version of the standard SAML Web Browser SSO Profile. Its primary benefit is the enhanced security of the SSO process while preserving maximum compatibility with existing deployments on client and server side. @@ -40,7 +40,7 @@ Add new metadata to SPs After enabling the Holder-of-Key Web Browser SSO Profile your IdP metadata will change. An additional HoK `SingleSignOnService` endpoint is added. You therefore need to update the metadata for your IdP at your SPs. -The `saml20-idp-remote` metadata for simpleSAMLphp SPs should contain something like the following code: +The `saml20-idp-remote` metadata for SimpleSAMLphp SPs should contain something like the following code: 'SingleSignOnService' => array ( array ( diff --git a/docs/simplesamlphp-hok-sp.txt b/docs/simplesamlphp-hok-sp.txt index 7734f79ad..a687896c5 100644 --- a/docs/simplesamlphp-hok-sp.txt +++ b/docs/simplesamlphp-hok-sp.txt @@ -1,8 +1,8 @@ -Using Holder-of-Key Web Browser SSO Profile on a simpleSAMLphp SP +Using Holder-of-Key Web Browser SSO Profile on a SimpleSAMLphp SP ================================================================= This document describes how to enable the [SAML V2.0 Holder-of-Key (HoK) Web Browser SSO Profile](http://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-holder-of-key-browser-sso.pdf) -on a simpleSAMLphp Service Provider (SP). +on a SimpleSAMLphp Service Provider (SP). The SAML V2.0 HoK Web Browser SSO Profile is an alternate version of the standard SAML Web Browser SSO Profile. Its primary benefit is the enhanced security of the SSO process while preserving maximum compatibility with existing deployments on client and server side. diff --git a/docs/simplesamlphp-idp-more.txt b/docs/simplesamlphp-idp-more.txt index 3c914588c..8b4937f6e 100644 --- a/docs/simplesamlphp-idp-more.txt +++ b/docs/simplesamlphp-idp-more.txt @@ -29,7 +29,7 @@ Support for bookmarking the login page Most SAML software crash fatally when users bookmark the login page and return later on when the cached session information is lost. This is natural as the login page happens in the middle of a SAML transaction, and the SAML software needs some references to the original request in order to be able to produce the SAML Response. -SimpleSAMLphp has implemented a graceful fallback to tackle this situation. When simpleSAMLphp is not able to lookup a session during the login process, it falls back to the *IdP-first flow*, described in the next section, where the reference to the request is not needed. +SimpleSAMLphp has implemented a graceful fallback to tackle this situation. When SimpleSAMLphp is not able to lookup a session during the login process, it falls back to the *IdP-first flow*, described in the next section, where the reference to the request is not needed. What happens in the IdP-first flow is that a *SAML unsolicited response* is sent directly to the SP. An *unsolicited response* is a SAML Response with no reference to a SAML Request (no `InReplyTo` field). @@ -72,7 +72,7 @@ The parameters are as follows: `target` : The target parameter the SP should receive with the authentication response. This is often the page the user should be sent to after authentication. - This parameter is optional for the IdP, but must be specified if the SP you are targeting is running simpleSAMLphp. + This parameter is optional for the IdP, but must be specified if the SP you are targeting is running SimpleSAMLphp. : *Note*: This parameter must be sent as `target` (with lowercase letters) when starting the authentication, while it is sent as `TARGET` (with uppercase letters) in the authentication response. diff --git a/docs/simplesamlphp-idp.txt b/docs/simplesamlphp-idp.txt index 856cef50b..dcc8d7031 100644 --- a/docs/simplesamlphp-idp.txt +++ b/docs/simplesamlphp-idp.txt @@ -10,7 +10,7 @@ SimpleSAMLphp Identity Provider QuickStart <!-- {{TOC}} --> -This guide will describe how to configure simpleSAMLphp as an identity provider (IdP). You should previously have installed simpleSAMLphp as described in [the simpleSAMLphp installation instructions](simplesamlphp-install) +This guide will describe how to configure SimpleSAMLphp as an identity provider (IdP). You should previously have installed SimpleSAMLphp as described in [the SimpleSAMLphp installation instructions](simplesamlphp-install) Enabling the Identity Provider functionality @@ -25,7 +25,7 @@ The first that must be done is to enable the identity provider functionality. Th Authentication module --------------------- -The next step is to configure the way users authenticate on your IdP. Various modules in the `modules/` directory provides methods for authenticating your users. This is an overview of those that are included in the simpleSAMLphp distribution: +The next step is to configure the way users authenticate on your IdP. Various modules in the `modules/` directory provides methods for authenticating your users. This is an overview of those that are included in the SimpleSAMLphp distribution: [`authcrypt:Hash`](./authcrypt:authcrypt) : Username & password authentication with hashed passwords. @@ -87,7 +87,7 @@ Configuring the authentication module The `exampleauth:UserPass` authentication module is part of the `exampleauth` module. This module isn't enabled by default, so you will have to enable it. This is done by creating a file named `enable` in `modules/exampleauth/`. -On unix, this can be done by running (from the simpleSAMLphp +On unix, this can be done by running (from the SimpleSAMLphp installation directory): touch modules/exampleauth/enable @@ -135,7 +135,7 @@ The certificate above will be valid for 10 years. ### Note ### -simpleSAMLphp will only work with RSA certificates. DSA certificates are not supported. +SimpleSAMLphp will only work with RSA certificates. DSA certificates are not supported. Configuring the IdP @@ -191,7 +191,7 @@ Adding SPs to the IdP The identity provider you are configuring needs to know about the service providers you are going to connect to it. This is configured by metadata stored in `metadata/saml20-sp-remote.php` and `metadata/shib13-sp-remote.php`. -This is a minimal example of a `metadata/saml20-sp-remote.php` metadata file for a simpleSAMLphp SP: +This is a minimal example of a `metadata/saml20-sp-remote.php` metadata file for a SimpleSAMLphp SP: <?php $metadata['https://sp.example.org/simplesaml/module.php/saml/sp/metadata.php/default-sp'] = array( @@ -200,7 +200,7 @@ This is a minimal example of a `metadata/saml20-sp-remote.php` metadata file for ); Note that the URI in the entityID and the URLs to the AssertionConsumerService and SingleLogoutService endpoints change between different service providers. -If you have the metadata of the remote SP as an XML file, you can use the built-in XML to simpleSAMLphp metadata converter, which by default is available as `/admin/metadata-converter.php` in your simpleSAMLphp installation. +If you have the metadata of the remote SP as an XML file, you can use the built-in XML to SimpleSAMLphp metadata converter, which by default is available as `/admin/metadata-converter.php` in your SimpleSAMLphp installation. For more information about available options in the sp-remote metadata files, see the [SP remote reference](simplesamlphp-reference-sp-remote). @@ -214,24 +214,24 @@ The method for adding this IdP to a SP varies between different types of SPs. In Testing the IdP --------------- -The simplest way to test the IdP is to configure a simpleSAMLphp SP +The simplest way to test the IdP is to configure a SimpleSAMLphp SP on the same machine. See the instructions for -[configuring simpleSAMLphp as an SP](simplesamlphp-sp). +[configuring SimpleSAMLphp as an SP](simplesamlphp-sp). ### Note ### -When running a simpleSAMLphp IdP and a simpleSAMLphp SP on the same computer, the SP and IdP **MUST** be configured with different hostnames. This prevents cookies from the SP to interfere with cookies from the IdP. +When running a SimpleSAMLphp IdP and a SimpleSAMLphp SP on the same computer, the SP and IdP **MUST** be configured with different hostnames. This prevents cookies from the SP to interfere with cookies from the IdP. Support ------- -If you need help to make this work, or want to discuss simpleSAMLphp with other users of the software, you are fortunate: Around simpleSAMLphp there is a great Open source community, and you are welcome to join! The forums are open for you to ask questions, contribute answers other further questions, request improvements or contribute with code or plugins of your own. +If you need help to make this work, or want to discuss SimpleSAMLphp with other users of the software, you are fortunate: Around SimpleSAMLphp there is a great Open source community, and you are welcome to join! The forums are open for you to ask questions, contribute answers other further questions, request improvements or contribute with code or plugins of your own. -- [simpleSAMLphp homepage](https://simplesamlphp.org) -- [List of all available simpleSAMLphp documentation](https://simplesamlphp.org/docs/) -- [Join the simpleSAMLphp user's mailing list](https://simplesamlphp.org/lists) +- [SimpleSAMLphp homepage](https://simplesamlphp.org) +- [List of all available SimpleSAMLphp documentation](https://simplesamlphp.org/docs/) +- [Join the SimpleSAMLphp user's mailing list](https://simplesamlphp.org/lists) @@ -244,10 +244,10 @@ Here is an example of such a URL: https://idp.example.org/simplesaml/saml2/idp/SSOService.php?spentityid=sp.example.org -If the SP is a simpleSAMLphp SP, you must also specify a `RelayState` parameter for the SP. +If the SP is a SimpleSAMLphp SP, you must also specify a `RelayState` parameter for the SP. This must be set to a URL the user should be redirected to after authentication. The `RelayState` parameter can be specified in the [SP configuration](saml:sp), or it can be sent from the IdP. -To send the RelayState parameter from a simpleSAMLphp IdP, specify it in the query string to SSOService.php: +To send the RelayState parameter from a SimpleSAMLphp IdP, specify it in the query string to SSOService.php: https://idp.example.org/simplesaml/saml2/idp/SSOService.php?spentityid=sp.example.org&RelayState=https://sp.example.org/welcome.php diff --git a/docs/simplesamlphp-install-repo.txt b/docs/simplesamlphp-install-repo.txt index c8376f055..c27fc9460 100644 --- a/docs/simplesamlphp-install-repo.txt +++ b/docs/simplesamlphp-install-repo.txt @@ -29,7 +29,7 @@ instructions on how to install Composer itself): Upgrading --------- -Go to the root directory of your simpleSAMLphp installation: +Go to the root directory of your SimpleSAMLphp installation: cd /var/simplesamlphp diff --git a/docs/simplesamlphp-maintenance.txt b/docs/simplesamlphp-maintenance.txt index 4707c1d3a..28f24783e 100644 --- a/docs/simplesamlphp-maintenance.txt +++ b/docs/simplesamlphp-maintenance.txt @@ -10,14 +10,14 @@ SimpleSAMLphp Maintenance <!-- {{TOC}} --> -simpleSAMLphp news and documentation +SimpleSAMLphp news and documentation ------------------------------------ -This document is part of the simpleSAMLphp documentation suite. +This document is part of the SimpleSAMLphp documentation suite. - * [List of all simpleSAMLphp documentation](http://simplesamlphp.org/docs) - * [Latest news about simpleSAMLphp](http://rnd.feide.no/taxonomy/term/4). (Also contains an RSS feed) - * [simpleSAMLphp homepage](https://simplesamlphp.org) + * [List of all SimpleSAMLphp documentation](http://simplesamlphp.org/docs) + * [Latest news about SimpleSAMLphp](http://rnd.feide.no/taxonomy/term/4). (Also contains an RSS feed) + * [SimpleSAMLphp homepage](https://simplesamlphp.org) @@ -139,7 +139,7 @@ The required tables are created automatically. If you are storing data from mult ## Logging and statistics -simpleSAMLphp supports standard `syslog` logging. As an +SimpleSAMLphp supports standard `syslog` logging. As an alternative, you may log to flat files. ## Apache configuration @@ -160,7 +160,7 @@ Here are some checkpoints 2. If you during testing have been using a certificate that has been exposed (notably: the one found in the SimpleSAMLphp distribution): Obtain and install a new one. 3. Make sure you have installed the latest security upgrades for your OS. 4. Make sure to use HTTPS rather than HTTP. - 5. Block access to your servers on anything except port 443. simpleSAMLphp only uses plain HTTP(S), so there is no need to open ports for SOAP or other communication. + 5. Block access to your servers on anything except port 443. SimpleSAMLphp only uses plain HTTP(S), so there is no need to open ports for SOAP or other communication. ## Error handling, error reporting and metadata reporting @@ -183,7 +183,7 @@ Please use the standardized two-character You also can set the default language. You should ensure that the default language is complete, as it is used as a fallback when a text is not available in the language selected by the user. -Translation of simpleSAMLphp is done through the SimpleSAMLphp translation portal. To translate SimpleSAMLphp to a new language, please contact the authors at the mailing list, and the new language may be added to the translation portal. +Translation of SimpleSAMLphp is done through the SimpleSAMLphp translation portal. To translate SimpleSAMLphp to a new language, please contact the authors at the mailing list, and the new language may be added to the translation portal. * [Visit the SimpleSAMLphp translation portal](https://translation.rnd.feide.no/?aid=simplesamlphp) @@ -205,8 +205,8 @@ Documentation on theming is moved [to a separate document](simplesamlphp-theming Support ------- -If you need help to make this work, or want to discuss simpleSAMLphp with other users of the software, you are fortunate: Around simpleSAMLphp there is a great Open source community, and you are welcome to join! The forums are open for you to ask questions, contribute answers other further questions, request improvements or contribute with code or plugins of your own. +If you need help to make this work, or want to discuss SimpleSAMLphp with other users of the software, you are fortunate: Around SimpleSAMLphp there is a great Open source community, and you are welcome to join! The forums are open for you to ask questions, contribute answers other further questions, request improvements or contribute with code or plugins of your own. - [SimpleSAMLphp homepage](https://simplesamlphp.org) -- [List of all available simpleSAMLphp documentation](http://simplesamlphp.org/docs/) -- [Join the simpleSAMLphp user's mailing list](https://simplesamlphp.org/lists) +- [List of all available SimpleSAMLphp documentation](http://simplesamlphp.org/docs/) +- [Join the SimpleSAMLphp user's mailing list](https://simplesamlphp.org/lists) diff --git a/docs/simplesamlphp-metadata-endpoints.txt b/docs/simplesamlphp-metadata-endpoints.txt index 87aa4d4e4..9bca9088d 100644 --- a/docs/simplesamlphp-metadata-endpoints.txt +++ b/docs/simplesamlphp-metadata-endpoints.txt @@ -1,7 +1,7 @@ Metadata endpoints ================== -This document gives a short introduction to the various methods forms metadata endpoints can take in simpleSAMLphp. +This document gives a short introduction to the various methods forms metadata endpoints can take in SimpleSAMLphp. The endpoints we have are: diff --git a/docs/simplesamlphp-metadata-extensions-rpi.txt b/docs/simplesamlphp-metadata-extensions-rpi.txt index 53478e088..4799de19b 100644 --- a/docs/simplesamlphp-metadata-extensions-rpi.txt +++ b/docs/simplesamlphp-metadata-extensions-rpi.txt @@ -16,7 +16,7 @@ V2.0 Metadata Extensions for Registration and Publication Information](http://do defined by OASIS. This extension aims to provide information about the registrars and publishers of the metadata themselves, and it is therefore -available throught different endpoints and modules that provide metadata all along simpleSAMLphp. More specifically, this +available throught different endpoints and modules that provide metadata all along SimpleSAMLphp. More specifically, this extension can be used for: - metadata published for a [hosted service provider](./saml:sp). diff --git a/docs/simplesamlphp-metadata-extensions-ui.txt b/docs/simplesamlphp-metadata-extensions-ui.txt index f016afb98..94a855d84 100644 --- a/docs/simplesamlphp-metadata-extensions-ui.txt +++ b/docs/simplesamlphp-metadata-extensions-ui.txt @@ -11,12 +11,12 @@ SAML V2.0 Metadata Extensions for Login and Discovery User Interface <!-- {{TOC}} --> -This is a reference for the simpleSAMLphp implementation of the [SAML +This is a reference for the SimpleSAMLphp implementation of the [SAML V2.0 Metadata Extensions for Login and Discovery User Interface](http://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-metadata-ui/v1.0/sstc-saml-metadata-ui-v1.0.pdf) defined by OASIS. The metadata extensions are available to both IdP and SP usage of -simpleSAMLphp. For an IdP, the entries are placed in +SimpleSAMLphp. For an IdP, the entries are placed in `metadata/saml20-idp-hosted.php`, for an SP, they are put inside the relevant entry in `authsources.php`. diff --git a/docs/simplesamlphp-modules.txt b/docs/simplesamlphp-modules.txt index 74151a5d2..b8373510a 100644 --- a/docs/simplesamlphp-modules.txt +++ b/docs/simplesamlphp-modules.txt @@ -1,4 +1,4 @@ -simpleSAMLphp modules +SimpleSAMLphp modules ================================================== <!-- @@ -10,14 +10,14 @@ simpleSAMLphp modules <!-- {{TOC}} --> -This document describes how the module system in simpleSAMLphp +This document describes how the module system in SimpleSAMLphp works. It descibes what types of modules there are, how they are configured, and how to write new modules. Overview -------- -There are currently three parts of simpleSAMLphp which can be stored in modules - authentication sources, authentication processing filters and themes. There is also support for defining hooks - functions run at specific times. More than one thing can be stored in a single module. There is also support for storing supporting files, such as templates and dictionaries, in modules. +There are currently three parts of SimpleSAMLphp which can be stored in modules - authentication sources, authentication processing filters and themes. There is also support for defining hooks - functions run at specific times. More than one thing can be stored in a single module. There is also support for storing supporting files, such as templates and dictionaries, in modules. The different functionalities which can be created as modules will be described in more detail in the following sections; what follows is a short introduction to what you can du with them: @@ -28,7 +28,7 @@ The different functionalities which can be created as modules will be described ## Module layout -Each simpleSAMLphp module is stored in a directory under the the +Each SimpleSAMLphp module is stored in a directory under the the `modules`-directory. The module directory contains the following directories and files: @@ -64,11 +64,11 @@ lib : This directory contains classes which belong to this module. All classes must be named in the following pattern: `sspmod_<module name>_<class name>` When looking up the filename of - a class, simpleSAMLphp will search for `<class name>` in the `lib` + a class, SimpleSAMLphp will search for `<class name>` in the `lib` directory. Underscores in the class name will be translated into slashes. -: Thus, if simpleSAMLphp needs to load a class named +: Thus, if SimpleSAMLphp needs to load a class named `sspmod_example_Auth_Source_Example`, it will load the file named `modules/example/lib/Auth/Source/Example.php`. diff --git a/docs/simplesamlphp-nostate.txt b/docs/simplesamlphp-nostate.txt index 2ff0e607c..6d0535fb1 100644 --- a/docs/simplesamlphp-nostate.txt +++ b/docs/simplesamlphp-nostate.txt @@ -4,7 +4,7 @@ Debugging "State Information Lost" errors **"State Information Lost"** (`SimpleSAML_Error_NoState: NOSTATE`) This is one of the most common errors that you can encounter when configuring -simpleSAMLphp. Unfortunately, it is also a generic error that can have many +SimpleSAMLphp. Unfortunately, it is also a generic error that can have many possible causes. This document will attempt to describe what this error actually means, and some of the situations that can cause it. @@ -13,7 +13,7 @@ actually means, and some of the situations that can cause it. What is "state information"? ---------------------------- -The "state information" is data that simpleSAMLphp stores in association with a +The "state information" is data that SimpleSAMLphp stores in association with a request. The request is typically a SAML 2.0 authentication request sent to the IdP, but it can also be other requests. @@ -64,7 +64,7 @@ Or in php.ini: Note that if you use PHP sessions, you will also have to make sure that your application uses the same domain when it sets the cookie. How that is done depends on your application. (See the section about mismatch between -application PHP session settings and simpleSAMLphp session settings.) +application PHP session settings and SimpleSAMLphp session settings.) #### Hopping between http and https @@ -74,17 +74,17 @@ https, check that you're using https consistently throughout the configuration. The best and most secure is to make your complete site available on https only, and redirect any http requests to https. -#### Mismatch between PHP session settings for the application and simpleSAMLphp +#### Mismatch between PHP session settings for the application and SimpleSAMLphp If both the application you are trying to add SAML 2.0 support to and -simpleSAMLphp uses PHP session for session storage, and they don't agree on all -the parameters, you can end up with this error. By default, simpleSAMLphp uses +SimpleSAMLphp uses PHP session for session storage, and they don't agree on all +the parameters, you can end up with this error. By default, SimpleSAMLphp uses the settings from `php.ini`, but these can be overridden in `config/config.php`. If this is the cause of your error, you have two choices: either change -simpleSAMLphp to use a different session storage method (e.g. memcache or sql), +SimpleSAMLphp to use a different session storage method (e.g. memcache or sql), or change the session settings to match between the application and -simpleSAMLphp. In many cases it is simplest to adjust the session storage. +SimpleSAMLphp. In many cases it is simplest to adjust the session storage. If you decide to make the session settings match, you should change the settings in `php.ini`. This is to make sure that the settings apply to everything @@ -103,7 +103,7 @@ the application, and look at what parameters it uses. #### A generic problem saving sessions -Sometimes the problem is caused by simpleSAMLphp being unable to load and/or save +Sometimes the problem is caused by SimpleSAMLphp being unable to load and/or save sessions. This can be caused by the session settings being incorrect, or by a failure of some service required by the session storage. For example, if you are using memcache for session storage, you need to ensure that the memcache diff --git a/docs/simplesamlphp-reference-idp-hosted.txt b/docs/simplesamlphp-reference-idp-hosted.txt index e82cebab8..dc0fae342 100644 --- a/docs/simplesamlphp-reference-idp-hosted.txt +++ b/docs/simplesamlphp-reference-idp-hosted.txt @@ -113,7 +113,7 @@ Common options `userid.attribute` : The attribute name of an attribute which uniquely identifies - the user. This attribute is used if simpleSAMLphp needs to generate + the user. This attribute is used if SimpleSAMLphp needs to generate a persistent unique identifier for the user. This option can be set in both the IdP-hosted and the SP-remote metadata. The value in the sp-remote metadata has the highest priority. The default value is @@ -254,7 +254,7 @@ The following SAML 2.0 options are available: `SingleSignOnService` : Override the default URL for the SingleSignOnService for this IdP. This is an absolute URL. The default value is - `<simpleSAMLphp-root>/saml2/idp/SSOService.php` + `<SimpleSAMLphp-root>/saml2/idp/SSOService.php` : Note that this only changes the values in the generated metadata and in the messages sent to others. You must also @@ -275,7 +275,7 @@ The following SAML 2.0 options are available: `SingleLogoutService` : Override the default URL for the SingleLogoutService for this IdP. This is an absolute URL. The default value is - `<simpleSAMLphp-root>/saml2/idp/SingleLogoutService.php` + `<SimpleSAMLphp-root>/saml2/idp/SingleLogoutService.php` : Note that this only changes the values in the generated metadata and in the messages sent to others. You must also @@ -320,7 +320,7 @@ The following SAML 2.0 options are available: ### Fields for signing and validating messages -simpleSAMLphp only signs authentication responses by default. +SimpleSAMLphp only signs authentication responses by default. Signing of logout requests and logout responses can be enabled by setting the `redirect.sign` option. Validation of received messages can be enabled by the `redirect.validate` option. diff --git a/docs/simplesamlphp-reference-idp-remote.txt b/docs/simplesamlphp-reference-idp-remote.txt index 078b3ce51..c8416f53e 100644 --- a/docs/simplesamlphp-reference-idp-remote.txt +++ b/docs/simplesamlphp-reference-idp-remote.txt @@ -88,7 +88,7 @@ The following options are common between both the SAML 2.0 protocol and Shibbole ), `SingleSignOnService` -: Endpoint URL for sign on. You should obtain this from the IdP. For SAML 2.0, simpleSAMLphp will use the HTTP-Redirect binding when contacting this endpoint. +: Endpoint URL for sign on. You should obtain this from the IdP. For SAML 2.0, SimpleSAMLphp will use the HTTP-Redirect binding when contacting this endpoint. : The value of this option is specified in one of several [endpoint formats](./simplesamlphp-metadata-endpoints). @@ -155,7 +155,7 @@ The following SAML 2.0 options are available: * `http://www.w3.org/2001/04/xmldsig-more#rsa-sha512` `SPNameQualifier` -: This corresponds to the SPNameQualifier in the SAML 2.0 specification. It allows to give subjects a SP specific namespace. This option is rarely used, so if you don't need it, leave it out. When left out, simpleSAMLphp assumes the entityID of your SP as the SPNameQualifier. +: This corresponds to the SPNameQualifier in the SAML 2.0 specification. It allows to give subjects a SP specific namespace. This option is rarely used, so if you don't need it, leave it out. When left out, SimpleSAMLphp assumes the entityID of your SP as the SPNameQualifier. `validate.logout` : Whether we require signatures on logout messages sent from this IdP. @@ -168,7 +168,7 @@ The following SAML 2.0 options are available: It is possible to decrypt the assertions received from an IdP. Currently the only algorithm supported is `AES128_CBC` or `RIJNDAEL_128`. -There are two modes of encryption supported by simpleSAMLphp. One is symmetric encryption, in which case both the SP and the IdP needs to share a key. The other mode is the use of public key encryption. In that mode, the public key of the SP is extracted from the certificate of the SP. +There are two modes of encryption supported by SimpleSAMLphp. One is symmetric encryption, in which case both the SP and the IdP needs to share a key. The other mode is the use of public key encryption. In that mode, the public key of the SP is extracted from the certificate of the SP. `assertion.encryption` : Whether assertions received from this IdP must be encrypted. The default value is `FALSE`. @@ -183,7 +183,7 @@ There are two modes of encryption supported by simpleSAMLphp. One is symmetric e ### Fields for signing and validating messages -simpleSAMLphp only signs authentication responses by default. Signing of authentication request, logout requests and logout responses can be enabled by setting the `redirect.sign` option. Validation of received messages can be enabled by the `redirect.validate` option. +SimpleSAMLphp only signs authentication responses by default. Signing of authentication request, logout requests and logout responses can be enabled by setting the `redirect.sign` option. Validation of received messages can be enabled by the `redirect.validate` option. `redirect.sign` : Whether authentication request, logout requests and logout responses sent to this IdP should be signed. The default is `FALSE`. @@ -201,7 +201,7 @@ Shibboleth 1.3 options ---------------------- `caFile` -: Alternative to specifying a certificate. Allows you to specify a file with root certificates, and responses from the service be validated against these certificates. Note that simpleSAMLphp doesn't support chains with any itermediate certificates between the root and the certificate used to sign the response. Support for PKIX in SimpleSAMLphp is experimental, and we encourage users to not rely on PKIX for validation of signatures; for background information review [the SAML 2.0 Metadata Interoperability Profile](http://docs.oasis-open.org/security/saml/Post2.0/sstc-metadata-iop-cd-01.pdf). +: Alternative to specifying a certificate. Allows you to specify a file with root certificates, and responses from the service be validated against these certificates. Note that SimpleSAMLphp doesn't support chains with any itermediate certificates between the root and the certificate used to sign the response. Support for PKIX in SimpleSAMLphp is experimental, and we encourage users to not rely on PKIX for validation of signatures; for background information review [the SAML 2.0 Metadata Interoperability Profile](http://docs.oasis-open.org/security/saml/Post2.0/sstc-metadata-iop-cd-01.pdf). `saml1.useartifact` : Request that the IdP returns the result to the artifact binding. diff --git a/docs/simplesamlphp-reference-sp-remote.txt b/docs/simplesamlphp-reference-sp-remote.txt index 7b6429446..943c86262 100644 --- a/docs/simplesamlphp-reference-sp-remote.txt +++ b/docs/simplesamlphp-reference-sp-remote.txt @@ -100,7 +100,7 @@ and Shibboleth 1.3 protocol: `userid.attribute` : The attribute name of an attribute which uniquely identifies - the user. This attribute is used if simpleSAMLphp needs to generate + the user. This attribute is used if SimpleSAMLphp needs to generate a persistent unique identifier for the user. This option can be set in both the IdP-hosted and the SP-remote metadata. The value in the sp-remote metadata has the highest priority. The default value is @@ -316,7 +316,7 @@ The following SAML 2.0 options are available: It is possible to encrypt the assertions sent to a SP. Currently the only algorithm supported is `AES128_CBC` or `RIJNDAEL_128`. -There are two modes of encryption supported by simpleSAMLphp. One is +There are two modes of encryption supported by SimpleSAMLphp. One is symmetric encryption, in which case both the SP and the IdP needs to share a key. The other mode is the use of public key encryption. In that mode, the public key of the SP is extracted from the certificate @@ -338,7 +338,7 @@ of the SP. ### Fields for signing and validating messages -simpleSAMLphp only signs authentication responses by default. +SimpleSAMLphp only signs authentication responses by default. Signing of logout requests and logout responses can be enabled by setting the `redirect.sign` option. Validation of received messages can be enabled by the `redirect.validate` option. diff --git a/docs/simplesamlphp-scoping.txt b/docs/simplesamlphp-scoping.txt index 259eff04f..4f1ff8710 100644 --- a/docs/simplesamlphp-scoping.txt +++ b/docs/simplesamlphp-scoping.txt @@ -96,9 +96,9 @@ can be retrieved as an array from the authentication data. Support ------- -If you need help to make this work, or want to discuss simpleSAMLphp with other users of the software, you are fortunate: Around simpleSAMLphp there is a great Open source community, and you are welcome to join! The forums are open for you to ask questions, contribute answers other further questions, request improvements or contribute with code or plugins of your own. +If you need help to make this work, or want to discuss SimpleSAMLphp with other users of the software, you are fortunate: Around SimpleSAMLphp there is a great Open source community, and you are welcome to join! The forums are open for you to ask questions, contribute answers other further questions, request improvements or contribute with code or plugins of your own. -- [simpleSAMLphp homepage](https://simplesamlphp.org) -- [List of all available simpleSAMLphp documentation](https://simplesamlphp.org/docs/) -- [Join the simpleSAMLphp user's mailing list](https://simplesamlphp.org/lists) +- [SimpleSAMLphp homepage](https://simplesamlphp.org) +- [List of all available SimpleSAMLphp documentation](https://simplesamlphp.org/docs/) +- [Join the SimpleSAMLphp user's mailing list](https://simplesamlphp.org/lists) diff --git a/docs/simplesamlphp-sp-api.txt b/docs/simplesamlphp-sp-api.txt index fae473d23..fae5b14c8 100644 --- a/docs/simplesamlphp-sp-api.txt +++ b/docs/simplesamlphp-sp-api.txt @@ -1,10 +1,10 @@ -simpleSAMLphp SP API reference +SimpleSAMLphp SP API reference ============================== <!-- {{TOC}} --> This document describes the SimpleSAML_Auth_Simple API. -This is the preferred API for integrating simpleSAMLphp with other applications. +This is the preferred API for integrating SimpleSAMLphp with other applications. Constructor ----------- diff --git a/docs/simplesamlphp-sp-migration.txt b/docs/simplesamlphp-sp-migration.txt index 0e4481b96..267f0e56c 100644 --- a/docs/simplesamlphp-sp-migration.txt +++ b/docs/simplesamlphp-sp-migration.txt @@ -53,7 +53,7 @@ The entry should look something like this: `default-sp` is the name of the authentication source. It is used to refer to this authentication source when we use it. -`saml:SP` tells simpleSAMLphp that authentication with this authentication source is handled by the `saml` module. +`saml:SP` tells SimpleSAMLphp that authentication with this authentication source is handled by the `saml` module. The `idp` option should be set to the same value that is set in `default-saml20-idp` in `config.php`. @@ -68,14 +68,14 @@ Add the metadata for this authentication source to the IdP ---------------------------------------------------------- After adding the authentication source on the SP, you need to register the metadata on the IdP. -To retrieve the metadata, open the frontpage of your simpleSAMLphp installation, and go to the federation tab. +To retrieve the metadata, open the frontpage of your SimpleSAMLphp installation, and go to the federation tab. You should have a list of metadata entries, and one will be marked with the name of the new authentication source. In our case, that was `default-sp`. Click the `Show metadata` link, and you will arrive on a web page with the metadata for that service provider. How you proceed from here depends on which IdP you are connecting to. -If you use a simpleSAMLphp IdP, you can use the metadata in the flat file format at the bottom of the page. +If you use a SimpleSAMLphp IdP, you can use the metadata in the flat file format at the bottom of the page. That metadata should be added to `saml20-sp-remote.php` on the IdP. For other IdPs you probably want to use the XML metadata. @@ -84,7 +84,7 @@ Test the new authentication source ---------------------------------- You should now be able to log in using the new authentication source. -Go to the frontpage of your simpleSAMLphp installation and open the authentication tab. +Go to the frontpage of your SimpleSAMLphp installation and open the authentication tab. There you will find a link to test authentication sources. Click that link, and select the name of your authentication source (`default-sp` in our case). @@ -94,7 +94,7 @@ You should be able to log in using that authentication source, and receive the a Convert the application to use the new API ------------------------------------------ -This section will go through some common changes that you need to do when you are using simpleSAMLphp from a different application. +This section will go through some common changes that you need to do when you are using SimpleSAMLphp from a different application. ### `_include.php` @@ -109,11 +109,11 @@ with: require_once('.../simplesamlphp/lib/_autoload.php'); -`_autoload.php` will register an autoloader function for the simpleSAMLphp classes. +`_autoload.php` will register an autoloader function for the SimpleSAMLphp classes. This makes it possible to access the classes from your application. `_include.php` does the same, but also has some side-effects that you may not want in your application. -If you load any simpleSAMLphp class files directly, you should remove those lines. +If you load any SimpleSAMLphp class files directly, you should remove those lines. That means that you should remove lines like the following: require_once('SimpleSAML/Utilities.php'); @@ -123,7 +123,7 @@ That means that you should remove lines like the following: ### Authentication API -There is a new authentication API in simpleSAMLphp which can be used to authenticate against authentication sources. +There is a new authentication API in SimpleSAMLphp which can be used to authenticate against authentication sources. This API is designed to handle the common operations. @@ -246,12 +246,12 @@ Make sure that it is still possible to log into the application. ### IdP initiated login -If you use a simpleSAMLphp IdP, and you want users to be able to bookmark the login page, you need to test IdP initiated login. -To test IdP initiated login from a simpleSAMLphp IdP, you can access: +If you use a SimpleSAMLphp IdP, and you want users to be able to bookmark the login page, you need to test IdP initiated login. +To test IdP initiated login from a SimpleSAMLphp IdP, you can access: https://.../simplesaml/saml2/idp/SSOService.php?spentityid=<entity ID of your SP>&RelayState=<URL the user should be sent to after login> -Note that the RelayState parameter is only supported if the IdP runs version 1.5 of simpleSAMLphp. +Note that the RelayState parameter is only supported if the IdP runs version 1.5 of SimpleSAMLphp. If it isn't supported by the IdP, you need to configure the `RelayState` option in the authentication source configuration. @@ -275,12 +275,12 @@ Remove the old metadata from the IdP Once the new SP works correctly, you can remove the metadata for the old SP from the IdP. How you do that depends on the IdP. -If you are running a simpleSAMLphp IdP, you can remove the entry for the old SP in `metadata/saml20-sp-remote.php`. +If you are running a SimpleSAMLphp IdP, you can remove the entry for the old SP in `metadata/saml20-sp-remote.php`. Disable the old SAML 2 SP ------------------------- -You may also want to disable the old SP code in simpleSAMLphp. +You may also want to disable the old SP code in SimpleSAMLphp. To do that, open `config/config.php`, and change the `enable.saml20-sp` option to `FALSE`. diff --git a/docs/simplesamlphp-sp.txt b/docs/simplesamlphp-sp.txt index 3964520d0..9776b6460 100644 --- a/docs/simplesamlphp-sp.txt +++ b/docs/simplesamlphp-sp.txt @@ -10,7 +10,7 @@ SimpleSAMLphp Service Provider QuickStart <!-- {{TOC}} --> -This guide will describe how to configure simpleSAMLphp as a service provider (SP). You should previously have installed simpleSAMLphp as described in [the simpleSAMLphp installation instructions](simplesamlphp-install). +This guide will describe how to configure SimpleSAMLphp as a service provider (SP). You should previously have installed SimpleSAMLphp as described in [the SimpleSAMLphp installation instructions](simplesamlphp-install). @@ -77,7 +77,7 @@ This is a minimal example of a `metadata/saml20-idp-remote.php` metadata file: For more information about available options in the idp-remote metadata files, see the [IdP remote reference](simplesamlphp-reference-idp-remote). -If you have the metadata of the remote IdP as an XML file, you can use the built-in XML to simpleSAMLphp metadata converter, which by default is available as `/admin/metadata-converter.php` in your simpleSAMLphp installation. +If you have the metadata of the remote IdP as an XML file, you can use the built-in XML to SimpleSAMLphp metadata converter, which by default is available as `/admin/metadata-converter.php` in your SimpleSAMLphp installation. Note that the idp-remote file lists all IdPs you trust. You should remove all IdPs that you don't use. @@ -107,11 +107,11 @@ Exchange metadata with the IdP ------------------------------ If you do not have an IdP yourself, you could use the Feide OpenIdP to test your Service Provider. -The metadata for Feide OpenIdP is already included in the metadata distributed with simpleSAMLphp. +The metadata for Feide OpenIdP is already included in the metadata distributed with SimpleSAMLphp. In order to complete the connection between your SP and Feide OpenIdP, you must add the metadata for your SP to the IdP. The metadata for your SP can be found on the `Federation`-tab. -Copy the SAML 2.0 XML Metadata document automatically generated by simpleSAMLphp, and go to the OpenIdP Metadata Self-Service Registry: +Copy the SAML 2.0 XML Metadata document automatically generated by SimpleSAMLphp, and go to the OpenIdP Metadata Self-Service Registry: * [Feide OpenIdP Metadata Self-Service Registry](https://openidp.feide.no/simplesaml/module.php/metaedit/index.php) @@ -138,7 +138,7 @@ Test the SP ----------------------------- After the metadata is configured on the IdP, you should be able to test the configuration. -The installation page of simpleSAMLphp has a link to test authentication sources. +The installation page of SimpleSAMLphp has a link to test authentication sources. When you click the link, you should receive a list of authentication sources, including the one you have created for the SP. After you click the link for that authentication source, you will be redirected to the IdP. @@ -148,7 +148,7 @@ The test page should contain a list of your attributes:  For a better looking, more advanced Discovery Service with tabs and live search, you may want to use the `discopower` module -in simpleSAMLphp. Take a look at the following blog entry for more information: +in SimpleSAMLphp. Take a look at the following blog entry for more information: * [Blog entry about the DiscoPower module](https://rnd.feide.no/content/improved-discovery-service-live-search) @@ -161,7 +161,7 @@ The API is documented in [the SP API reference](simplesamlphp-sp-api). For those web resources you want to protect, you must add a few lines of PHP code: -- Register the simpleSAMLphp classes with the PHP autoloader. +- Register the SimpleSAMLphp classes with the PHP autoloader. - Require authentication of the user for those places it is required. @@ -171,7 +171,7 @@ lines of PHP code: Example code: -We start off with loading a file which registers the simpleSAMLphp classes with the autoloader. +We start off with loading a file which registers the SimpleSAMLphp classes with the autoloader. require_once('../../lib/_autoload.php'); @@ -202,8 +202,8 @@ Take a look in the documentation for the [SP module](./saml:sp) for a list of al Support ------- -If you need help to make this work, or want to discuss simpleSAMLphp with other users of the software, you are fortunate: Around simpleSAMLphp there is a great Open source community, and you are welcome to join! The forums are open for you to ask questions, contribute answers other further questions, request improvements or contribute with code or plugins of your own. +If you need help to make this work, or want to discuss SimpleSAMLphp with other users of the software, you are fortunate: Around SimpleSAMLphp there is a great Open source community, and you are welcome to join! The forums are open for you to ask questions, contribute answers other further questions, request improvements or contribute with code or plugins of your own. -- [simpleSAMLphp homepage](https://simplesamlphp.org) -- [List of all available simpleSAMLphp documentation](https://simplesamlphp.org/docs/) -- [Join the simpleSAMLphp user's mailing list](https://simplesamlphp.org/lists) +- [SimpleSAMLphp homepage](https://simplesamlphp.org) +- [List of all available SimpleSAMLphp documentation](https://simplesamlphp.org/docs/) +- [Join the SimpleSAMLphp user's mailing list](https://simplesamlphp.org/lists) diff --git a/docs/simplesamlphp-theming.txt b/docs/simplesamlphp-theming.txt index 69a6b4efb..eaf0de180 100644 --- a/docs/simplesamlphp-theming.txt +++ b/docs/simplesamlphp-theming.txt @@ -26,7 +26,7 @@ In `config.php` there is a configuration option that controls theming. Here is a 'theme.use' => 'fancymodule:fancytheme', -The `theme.use` parameter points to which theme that will be used. If some functionality in simpleSAMLphp needs to present UI in example with the `logout.php` template, it will first look for `logout.php` in the `theme.use` theme, and if not found it will all fallback to look for the base templates. +The `theme.use` parameter points to which theme that will be used. If some functionality in SimpleSAMLphp needs to present UI in example with the `logout.php` template, it will first look for `logout.php` in the `theme.use` theme, and if not found it will all fallback to look for the base templates. All required templates SHOULD be available as a base in the `templates` folder, and you SHOULD never change the base templates. To customize UI, add a new theme within a module that overrides the base templates, instead of modifying it. @@ -34,13 +34,13 @@ All required templates SHOULD be available as a base in the `templates` folder, A template file may *include* other files. In example all the default templates will include a header and footer. In example the `login.php` template will first include `includes/header.php` then present the login page, and then include `includes/footer.php`. -SimpleSAMLphp allows themes to override the included templates files only, if needed. That means you can create a new theme `fancytheme` that includes only a header and footer. The header file refers to the CSS files, which means that a simple way of making a new look on simpleSAMLphp is to create a new theme, and copy the existing header, but point to your own CSS instead of the default CSS. +SimpleSAMLphp allows themes to override the included templates files only, if needed. That means you can create a new theme `fancytheme` that includes only a header and footer. The header file refers to the CSS files, which means that a simple way of making a new look on SimpleSAMLphp is to create a new theme, and copy the existing header, but point to your own CSS instead of the default CSS. Creating your first theme ------------------------- -The first thing you need to do is having a simpleSAMLphp module to place your theme in. If you do not have a module already, create a new one: +The first thing you need to do is having a SimpleSAMLphp module to place your theme in. If you do not have a module already, create a new one: cd modules mkdir mymodule @@ -52,7 +52,7 @@ Then within this module, you can create a new theme named `fancytheme`. cd modules/mymodule mkdir -p themes/fancytheme -Now, configure simpleSAMLphp to use your new theme in `config.php`: +Now, configure SimpleSAMLphp to use your new theme in `config.php`: 'theme.use' => 'mymodule:fancytheme', @@ -60,7 +60,7 @@ Next, we create `themes/fancytheme/default/includes`, and copy the header file f cp templates/includes/header.php modules/mymodule/themes/fancytheme/default/includes/ -In the `modules/mymodule/themes/fancytheme/default/includes/header.php` type in something and go to the simpleSAMLphp front page to see that your new theme is in use. +In the `modules/mymodule/themes/fancytheme/default/includes/header.php` type in something and go to the SimpleSAMLphp front page to see that your new theme is in use. A good start is to modify the reference to the default CSS: @@ -85,7 +85,7 @@ In example, to override the `preprodwarning` template, (the file is located in ` modules/mymodule/themes/fancytheme/preprodwarning/warning.php -Say in a module `foomodule`, some code requests to present the `bar.php` template, simpleSAMLphp will: +Say in a module `foomodule`, some code requests to present the `bar.php` template, SimpleSAMLphp will: 1. first look in your theme for a replacement: `modules/mymodule/themes/fancytheme/foomodule/bar.php`. 2. If not found, it will use the base template of that module: `modules/foomodule/templates/bar.php` diff --git a/docs/simplesamlphp-translation.txt b/docs/simplesamlphp-translation.txt index ae220ed48..efd884801 100644 --- a/docs/simplesamlphp-translation.txt +++ b/docs/simplesamlphp-translation.txt @@ -104,7 +104,7 @@ The SimpleSAMLphp translation portal is available here: * <https://translation.rnd.feide.no/> -Use Feide OpenIdP to login, select the application you want to translate, simpleSAMLphp or your own application, then start translate to your langauge. +Use Feide OpenIdP to login, select the application you want to translate, SimpleSAMLphp or your own application, then start translate to your langauge. ## The `translation.php` command line script @@ -120,9 +120,9 @@ The script may be used to these tasks: ### Uploading defintion files -You probably do not have access to upload definition files for the simpleSAMLphp application. But, from January 2010, the translation portal is generic to host multiple independent applications. What you may do is to contact Andreas to add your own application to the translation portal, where you of course have access to upload definition files. +You probably do not have access to upload definition files for the SimpleSAMLphp application. But, from January 2010, the translation portal is generic to host multiple independent applications. What you may do is to contact Andreas to add your own application to the translation portal, where you of course have access to upload definition files. -**Note**: an application may very well be a local simpleSAMLphp module that you run. +**Note**: an application may very well be a local SimpleSAMLphp module that you run. To add a new application to the SimpleSAMLphp translation portal, contact Andreas with the following information: diff --git a/docs/simplesamlphp-upgrade-notes-1.10.txt b/docs/simplesamlphp-upgrade-notes-1.10.txt index 18e9a66e2..0e17ec0f1 100644 --- a/docs/simplesamlphp-upgrade-notes-1.10.txt +++ b/docs/simplesamlphp-upgrade-notes-1.10.txt @@ -1,4 +1,4 @@ -Upgrade notes for simpleSAMLphp 1.10 +Upgrade notes for SimpleSAMLphp 1.10 ==================================== * The default encryption key padding scheme has been changed to `http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p`. This may cause problems if the recipient of messages do not support this padding scheme. diff --git a/docs/simplesamlphp-upgrade-notes-1.11.txt b/docs/simplesamlphp-upgrade-notes-1.11.txt index 89f3491ec..7761eafa5 100644 --- a/docs/simplesamlphp-upgrade-notes-1.11.txt +++ b/docs/simplesamlphp-upgrade-notes-1.11.txt @@ -1,4 +1,4 @@ -Upgrade notes for simpleSAMLphp 1.11 +Upgrade notes for SimpleSAMLphp 1.11 ==================================== * Support for the Holder-of-Key profile in the SAML 2.0 SP has been disabled by default. diff --git a/docs/simplesamlphp-upgrade-notes-1.12.txt b/docs/simplesamlphp-upgrade-notes-1.12.txt index 760a7a1e8..0c6458793 100644 --- a/docs/simplesamlphp-upgrade-notes-1.12.txt +++ b/docs/simplesamlphp-upgrade-notes-1.12.txt @@ -1,4 +1,4 @@ -Upgrade notes for simpleSAMLphp 1.12 +Upgrade notes for SimpleSAMLphp 1.12 ==================================== * PHP version 5.3 is now required. diff --git a/docs/simplesamlphp-upgrade-notes-1.13.txt b/docs/simplesamlphp-upgrade-notes-1.13.txt index 07ed99b61..4816c1864 100644 --- a/docs/simplesamlphp-upgrade-notes-1.13.txt +++ b/docs/simplesamlphp-upgrade-notes-1.13.txt @@ -1,4 +1,4 @@ -Upgrade notes for simpleSAMLphp 1.13 +Upgrade notes for SimpleSAMLphp 1.13 ==================================== * The RSA_1.5 (RSA with PKCS#1 v1.5 padding) algorithm is now longer allowed by default. This means messages received diff --git a/docs/simplesamlphp-upgrade-notes-1.14.txt b/docs/simplesamlphp-upgrade-notes-1.14.txt index a577ad36e..b78414b4d 100644 --- a/docs/simplesamlphp-upgrade-notes-1.14.txt +++ b/docs/simplesamlphp-upgrade-notes-1.14.txt @@ -1,4 +1,4 @@ -Upgrade notes for simpleSAMLphp 1.14 +Upgrade notes for SimpleSAMLphp 1.14 ==================================== The `mcrypt` extension is no longer required by SimpleSAMLphp, so if no signatures or encryption are being used, it diff --git a/docs/simplesamlphp-upgrade-notes-1.5.txt b/docs/simplesamlphp-upgrade-notes-1.5.txt index 058655a70..b8a61f65a 100644 --- a/docs/simplesamlphp-upgrade-notes-1.5.txt +++ b/docs/simplesamlphp-upgrade-notes-1.5.txt @@ -1,4 +1,4 @@ -Upgrade notes for simpleSAMLphp 1.5 +Upgrade notes for SimpleSAMLphp 1.5 =================================== * `SimpleSAML_Session::isValid()` diff --git a/docs/simplesamlphp-upgrade-notes-1.6.txt b/docs/simplesamlphp-upgrade-notes-1.6.txt index 210ffec59..b918cc9b0 100644 --- a/docs/simplesamlphp-upgrade-notes-1.6.txt +++ b/docs/simplesamlphp-upgrade-notes-1.6.txt @@ -1,4 +1,4 @@ -Upgrade notes for simpleSAMLphp 1.6 +Upgrade notes for SimpleSAMLphp 1.6 =================================== * This release requires PHP version >= 5.2.0, as that was the first version to include `json_decode()`. @@ -9,7 +9,7 @@ Upgrade notes for simpleSAMLphp 1.6 There is a new option `session.cookie.secure` in `config.php`, which can be used to enable secure cookies. * Dictionaries have moved to JSON format. - The PHP format is still supported, but all dictionaries included with simpleSAMLphp are in JSON format. + The PHP format is still supported, but all dictionaries included with SimpleSAMLphp are in JSON format. * The iframe-specific logout endpoints on the IdP have been merged into the normal logout endpoints. This means that the metadata no longer needs to be changed when switching between logout handlers. diff --git a/docs/simplesamlphp-upgrade-notes-1.7.txt b/docs/simplesamlphp-upgrade-notes-1.7.txt index 3bdfb3c86..fa4ce087f 100644 --- a/docs/simplesamlphp-upgrade-notes-1.7.txt +++ b/docs/simplesamlphp-upgrade-notes-1.7.txt @@ -1,11 +1,11 @@ -Upgrade notes for simpleSAMLphp 1.7 +Upgrade notes for SimpleSAMLphp 1.7 =================================== * The attribute names generated by the twitter and facebook authentication sources have changed. * Several new options have been added to config.php, and some have been renamed. The old options should still work, but it is suggested that you look at the config.php file in config-templates, and compare it to your own. * There have been several changes to the internal API. - Most of the changes will not be noticed by the application using simpleSAMLphp. + Most of the changes will not be noticed by the application using SimpleSAMLphp. See the changelog for more details about the changes. * Relative redirects are no longer supported. If your application passes relative URL's to the `SimpleSAML_Utilities::redirect()`-function, it will no longer work. diff --git a/docs/simplesamlphp-upgrade-notes-1.8.txt b/docs/simplesamlphp-upgrade-notes-1.8.txt index 75c9b3b29..50e598633 100644 --- a/docs/simplesamlphp-upgrade-notes-1.8.txt +++ b/docs/simplesamlphp-upgrade-notes-1.8.txt @@ -1,4 +1,4 @@ -Upgrade notes for simpleSAMLphp 1.8 +Upgrade notes for SimpleSAMLphp 1.8 =================================== * The IdP now sends the NotOnOrAfter attribute in LogoutRequest messages. diff --git a/docs/simplesamlphp-upgrade-notes-1.9.txt b/docs/simplesamlphp-upgrade-notes-1.9.txt index 53a0913d7..f7af09741 100644 --- a/docs/simplesamlphp-upgrade-notes-1.9.txt +++ b/docs/simplesamlphp-upgrade-notes-1.9.txt @@ -1,11 +1,11 @@ -Upgrade notes for simpleSAMLphp 1.9 +Upgrade notes for SimpleSAMLphp 1.9 =================================== * The OpenID client "linkback" URL has changed from `.../module.php/openid/consumer.php` to `.../module.php/openid/linkback.php`. * Support for CA path validation has been removed from SAML 2.0. * The X-Frame-Options has been added to the default templates, to prevent the pages from being loaded in iframes. * Access permissions of generated files are now restricted to the current user. - * The code to set cookies now requires PHP version >= 5.2. (PHP version 5.2.0 or newer has been the only supported version for a while, but it has in some cases been possible to run simpleSAMLphp with older versions.) + * The code to set cookies now requires PHP version >= 5.2. (PHP version 5.2.0 or newer has been the only supported version for a while, but it has in some cases been possible to run SimpleSAMLphp with older versions.) * It used to be possible to set an array of endpoints for the SingleSignOnService in `saml20-idp-hosted.php`. That is no longer supported. * The `aselect` module has been replaced with a new module. The new module gives us better error handling and support for request signing, but we lose support for A-Select Cross. * There has been various fixes in the session exipration handling. As a result of this, sessions may get a shorter lifetime (if the IdP places a limit on the lifetime, this limit will now be honored). diff --git a/lib/SimpleSAML/Auth/Default.php b/lib/SimpleSAML/Auth/Default.php index c3c5c0715..39950a8e1 100644 --- a/lib/SimpleSAML/Auth/Default.php +++ b/lib/SimpleSAML/Auth/Default.php @@ -7,7 +7,7 @@ * save the session information it got from the authentication client in the users session. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp * * @deprecated This class will be removed in SSP 2.0. */ diff --git a/lib/SimpleSAML/Auth/LDAP.php b/lib/SimpleSAML/Auth/LDAP.php index baec408e4..87c46afbe 100644 --- a/lib/SimpleSAML/Auth/LDAP.php +++ b/lib/SimpleSAML/Auth/LDAP.php @@ -20,7 +20,7 @@ if (!defined('LDAP_OPT_DIAGNOSTIC_MESSAGE')) { * * @author Andreas Aakre Solberg, UNINETT AS. <andreas.solberg@uninett.no> * @author Anders Lund, UNINETT AS. <anders.lund@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_Auth_LDAP { diff --git a/lib/SimpleSAML/Auth/ProcessingChain.php b/lib/SimpleSAML/Auth/ProcessingChain.php index fdf1ba96a..86f0afc12 100644 --- a/lib/SimpleSAML/Auth/ProcessingChain.php +++ b/lib/SimpleSAML/Auth/ProcessingChain.php @@ -8,7 +8,7 @@ * checks, or attribute consent requirements. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_Auth_ProcessingChain { diff --git a/lib/SimpleSAML/Auth/ProcessingFilter.php b/lib/SimpleSAML/Auth/ProcessingFilter.php index 9a408428a..2e576ff40 100644 --- a/lib/SimpleSAML/Auth/ProcessingFilter.php +++ b/lib/SimpleSAML/Auth/ProcessingFilter.php @@ -16,7 +16,7 @@ * collisions. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ abstract class SimpleSAML_Auth_ProcessingFilter { diff --git a/lib/SimpleSAML/Auth/Simple.php b/lib/SimpleSAML/Auth/Simple.php index eca1339c2..cd3a71c72 100644 --- a/lib/SimpleSAML/Auth/Simple.php +++ b/lib/SimpleSAML/Auth/Simple.php @@ -3,7 +3,7 @@ /** * Helper class for simple authentication applications. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_Auth_Simple { diff --git a/lib/SimpleSAML/Auth/State.php b/lib/SimpleSAML/Auth/State.php index a756535f2..bf9e597ed 100644 --- a/lib/SimpleSAML/Auth/State.php +++ b/lib/SimpleSAML/Auth/State.php @@ -25,7 +25,7 @@ * elements of the state array. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_Auth_State { diff --git a/lib/SimpleSAML/Bindings/Shib13/Artifact.php b/lib/SimpleSAML/Bindings/Shib13/Artifact.php index 5987ceba8..d3aa4862d 100644 --- a/lib/SimpleSAML/Bindings/Shib13/Artifact.php +++ b/lib/SimpleSAML/Bindings/Shib13/Artifact.php @@ -3,7 +3,7 @@ /** * Implementation of the Shibboleth 1.3 Artifact binding. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_Bindings_Shib13_Artifact { diff --git a/lib/SimpleSAML/Error/Assertion.php b/lib/SimpleSAML/Error/Assertion.php index a1b88df9e..cac8607dd 100644 --- a/lib/SimpleSAML/Error/Assertion.php +++ b/lib/SimpleSAML/Error/Assertion.php @@ -4,7 +4,7 @@ * Class for creating exceptions from assertion failures. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_Error_Assertion extends SimpleSAML_Error_Exception { diff --git a/lib/SimpleSAML/Error/AuthSource.php b/lib/SimpleSAML/Error/AuthSource.php index 0dda8ad8b..a1916433c 100644 --- a/lib/SimpleSAML/Error/AuthSource.php +++ b/lib/SimpleSAML/Error/AuthSource.php @@ -2,7 +2,7 @@ /** * Baseclass for auth source exceptions. * - * @package simpleSAMLphp_base + * @package SimpleSAMLphp_base * */ class SimpleSAML_Error_AuthSource extends SimpleSAML_Error_Error { diff --git a/lib/SimpleSAML/Error/BadRequest.php b/lib/SimpleSAML/Error/BadRequest.php index 53968c946..a16164969 100644 --- a/lib/SimpleSAML/Error/BadRequest.php +++ b/lib/SimpleSAML/Error/BadRequest.php @@ -7,7 +7,7 @@ * shown a 400 Bad Request error page. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_Error_BadRequest extends SimpleSAML_Error_Error { diff --git a/lib/SimpleSAML/Error/BadUserInnput.php b/lib/SimpleSAML/Error/BadUserInnput.php index aa0b8e064..48386c16e 100644 --- a/lib/SimpleSAML/Error/BadUserInnput.php +++ b/lib/SimpleSAML/Error/BadUserInnput.php @@ -3,7 +3,7 @@ * Exception indicating illegal innput from user. * * @author Thomas Graff <thomas.graff@uninett.no> - * @package simpleSAMLphp_base + * @package SimpleSAMLphp_base * */ class SimpleSAML_Error_BadUserInnput extends SimpleSAML_Error_User{ diff --git a/lib/SimpleSAML/Error/Error.php b/lib/SimpleSAML/Error/Error.php index fd99b80b2..7a570a52f 100644 --- a/lib/SimpleSAML/Error/Error.php +++ b/lib/SimpleSAML/Error/Error.php @@ -244,7 +244,7 @@ class SimpleSAML_Error_Error extends SimpleSAML_Error_Exception /** * Display this error. * - * This method displays a standard simpleSAMLphp error page and exits. + * This method displays a standard SimpleSAMLphp error page and exits. */ public function show() { diff --git a/lib/SimpleSAML/Error/InvalidCredential.php b/lib/SimpleSAML/Error/InvalidCredential.php index 00b975031..5a3f7d8a4 100644 --- a/lib/SimpleSAML/Error/InvalidCredential.php +++ b/lib/SimpleSAML/Error/InvalidCredential.php @@ -3,7 +3,7 @@ * Exception indicating wrong password given by user. * * @author Thomas Graff <thomas.graff@uninett.no> - * @package simpleSAMLphp_base + * @package SimpleSAMLphp_base * */ class SimpleSAML_Error_InvalidCredential extends SimpleSAML_Error_User{ diff --git a/lib/SimpleSAML/Error/MetadataNotFound.php b/lib/SimpleSAML/Error/MetadataNotFound.php index a0dbc5c83..467d03923 100644 --- a/lib/SimpleSAML/Error/MetadataNotFound.php +++ b/lib/SimpleSAML/Error/MetadataNotFound.php @@ -3,7 +3,7 @@ /** * Error for missing metadata. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_Error_MetadataNotFound extends SimpleSAML_Error_Error { diff --git a/lib/SimpleSAML/Error/NoState.php b/lib/SimpleSAML/Error/NoState.php index 945244688..1c92da927 100644 --- a/lib/SimpleSAML/Error/NoState.php +++ b/lib/SimpleSAML/Error/NoState.php @@ -4,7 +4,7 @@ * Exception which will show a page telling the user * that we don't know what to do. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_Error_NoState extends SimpleSAML_Error_Error { diff --git a/lib/SimpleSAML/Error/NotFound.php b/lib/SimpleSAML/Error/NotFound.php index 251ff1909..3c8a643fd 100644 --- a/lib/SimpleSAML/Error/NotFound.php +++ b/lib/SimpleSAML/Error/NotFound.php @@ -7,7 +7,7 @@ * shown a 404 Not Found error page. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_Error_NotFound extends SimpleSAML_Error_Error { diff --git a/lib/SimpleSAML/Error/UnserializableException.php b/lib/SimpleSAML/Error/UnserializableException.php index 56db22125..97e5c5735 100644 --- a/lib/SimpleSAML/Error/UnserializableException.php +++ b/lib/SimpleSAML/Error/UnserializableException.php @@ -10,7 +10,7 @@ * It creates a new exception which contains the backtrace and message * of the original exception. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_Error_UnserializableException extends SimpleSAML_Error_Exception { diff --git a/lib/SimpleSAML/Error/User.php b/lib/SimpleSAML/Error/User.php index c915790c2..2f674be18 100644 --- a/lib/SimpleSAML/Error/User.php +++ b/lib/SimpleSAML/Error/User.php @@ -5,7 +5,7 @@ * * * @author Thomas Graff <thomas.graff@uninett.no> - * @package simpleSAMLphp_base + * @package SimpleSAMLphp_base * */ class SimpleSAML_Error_User extends SimpleSAML_Error_Exception{ diff --git a/lib/SimpleSAML/Error/UserAborted.php b/lib/SimpleSAML/Error/UserAborted.php index 9ec418eb4..6bd2762af 100644 --- a/lib/SimpleSAML/Error/UserAborted.php +++ b/lib/SimpleSAML/Error/UserAborted.php @@ -3,7 +3,7 @@ /** * Exception indicating user aborting the authentication process. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_Error_UserAborted extends SimpleSAML_Error_Error { diff --git a/lib/SimpleSAML/Error/UserNotFound.php b/lib/SimpleSAML/Error/UserNotFound.php index e8b3ed039..c536f7243 100644 --- a/lib/SimpleSAML/Error/UserNotFound.php +++ b/lib/SimpleSAML/Error/UserNotFound.php @@ -4,7 +4,7 @@ * Exception indicating user not found by authsource. * * @author Thomas Graff <thomas.graff@uninett.no> - * @package simpleSAMLphp_base + * @package SimpleSAMLphp_base * */ class SimpleSAML_Error_UserNotFound extends SimpleSAML_Error_User{ diff --git a/lib/SimpleSAML/Logger/LoggingHandler.php b/lib/SimpleSAML/Logger/LoggingHandler.php index d4d07cde6..674d5b80c 100644 --- a/lib/SimpleSAML/Logger/LoggingHandler.php +++ b/lib/SimpleSAML/Logger/LoggingHandler.php @@ -3,7 +3,7 @@ * The interface that must be implemented by any log handler. * * @author Jaime Perez Crespo, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp * @version $ID$ */ diff --git a/lib/SimpleSAML/Logger/LoggingHandlerErrorLog.php b/lib/SimpleSAML/Logger/LoggingHandlerErrorLog.php index 7dcfc7b28..8104286ab 100644 --- a/lib/SimpleSAML/Logger/LoggingHandlerErrorLog.php +++ b/lib/SimpleSAML/Logger/LoggingHandlerErrorLog.php @@ -6,7 +6,7 @@ * @author Lasse Birnbaum Jensen, SDU. * @author Andreas Ã…kre Solberg, UNINETT AS. <andreas.solberg@uninett.no> * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp * @version $ID$ */ class SimpleSAML_Logger_LoggingHandlerErrorLog implements SimpleSAML_Logger_LoggingHandler @@ -49,7 +49,7 @@ class SimpleSAML_Logger_LoggingHandlerErrorLog implements SimpleSAML_Logger_Logg { $config = SimpleSAML_Configuration::getInstance(); assert($config instanceof SimpleSAML_Configuration); - $processname = $config->getString('logging.processname', 'simpleSAMLphp'); + $processname = $config->getString('logging.processname', 'SimpleSAMLphp'); if (array_key_exists($level, self::$levelNames)) { $levelName = self::$levelNames[$level]; diff --git a/lib/SimpleSAML/Logger/LoggingHandlerFile.php b/lib/SimpleSAML/Logger/LoggingHandlerFile.php index feab43770..f765c3e24 100644 --- a/lib/SimpleSAML/Logger/LoggingHandlerFile.php +++ b/lib/SimpleSAML/Logger/LoggingHandlerFile.php @@ -5,7 +5,7 @@ * * @author Lasse Birnbaum Jensen, SDU. * @author Andreas Ã…kre Solberg, UNINETT AS. <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp * @version $ID$ */ @@ -41,7 +41,7 @@ class SimpleSAML_Logger_LoggingHandlerFile implements SimpleSAML_Logger_LoggingH // get the metadata handler option from the configuration $this->logFile = $config->getPathValue('loggingdir', 'log/') . $config->getString('logging.logfile', 'simplesamlphp.log'); - $this->processname = $config->getString('logging.processname', 'simpleSAMLphp'); + $this->processname = $config->getString('logging.processname', 'SimpleSAMLphp'); if (@file_exists($this->logFile)) { if (!@is_writeable($this->logFile)) { diff --git a/lib/SimpleSAML/Logger/LoggingHandlerSyslog.php b/lib/SimpleSAML/Logger/LoggingHandlerSyslog.php index 6b8abef9d..8fbc1d7a1 100644 --- a/lib/SimpleSAML/Logger/LoggingHandlerSyslog.php +++ b/lib/SimpleSAML/Logger/LoggingHandlerSyslog.php @@ -5,7 +5,7 @@ * * @author Lasse Birnbaum Jensen, SDU. * @author Andreas Ã…kre Solberg, UNINETT AS. <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp * @version $ID$ */ @@ -24,7 +24,7 @@ class SimpleSAML_Logger_LoggingHandlerSyslog implements SimpleSAML_Logger_Loggin assert($config instanceof SimpleSAML_Configuration); $facility = $config->getInteger('logging.facility', defined('LOG_LOCAL5') ? constant('LOG_LOCAL5') : LOG_USER); - $processname = $config->getString('logging.processname', 'simpleSAMLphp'); + $processname = $config->getString('logging.processname', 'SimpleSAMLphp'); // Setting facility to LOG_USER (only valid in Windows), enable log level rewrite on windows systems. if (SimpleSAML\Utils\System::getOS() === SimpleSAML\Utils\System::WINDOWS) { diff --git a/lib/SimpleSAML/Metadata/MetaDataStorageHandlerFlatFile.php b/lib/SimpleSAML/Metadata/MetaDataStorageHandlerFlatFile.php index 6a1688e4e..3f8632227 100644 --- a/lib/SimpleSAML/Metadata/MetaDataStorageHandlerFlatFile.php +++ b/lib/SimpleSAML/Metadata/MetaDataStorageHandlerFlatFile.php @@ -52,7 +52,7 @@ class SimpleSAML_Metadata_MetaDataStorageHandlerFlatFile extends SimpleSAML_Meta $this->directory = $globalConfig->getString('metadatadir', 'metadata/'); } - /* Resolve this directory relative to the simpleSAMLphp directory (unless it is + /* Resolve this directory relative to the SimpleSAMLphp directory (unless it is * an absolute path). */ $this->directory = $globalConfig->resolvePath($this->directory).'/'; diff --git a/lib/SimpleSAML/Metadata/MetaDataStorageHandlerSerialize.php b/lib/SimpleSAML/Metadata/MetaDataStorageHandlerSerialize.php index 0357fbec9..0b70e7797 100644 --- a/lib/SimpleSAML/Metadata/MetaDataStorageHandlerSerialize.php +++ b/lib/SimpleSAML/Metadata/MetaDataStorageHandlerSerialize.php @@ -42,7 +42,7 @@ class SimpleSAML_Metadata_MetaDataStorageHandlerSerialize extends SimpleSAML_Met $this->directory = $cfgHelp->getString('directory'); - /* Resolve this directory relative to the simpleSAMLphp directory (unless it is + /* Resolve this directory relative to the SimpleSAMLphp directory (unless it is * an absolute path). */ $this->directory = $globalConfig->resolvePath($this->directory); diff --git a/lib/SimpleSAML/Metadata/MetaDataStorageHandlerXML.php b/lib/SimpleSAML/Metadata/MetaDataStorageHandlerXML.php index 36c3568da..44dba1fcf 100644 --- a/lib/SimpleSAML/Metadata/MetaDataStorageHandlerXML.php +++ b/lib/SimpleSAML/Metadata/MetaDataStorageHandlerXML.php @@ -22,7 +22,7 @@ class SimpleSAML_Metadata_MetaDataStorageHandlerXML extends SimpleSAML_Metadata_ /** * This function initializes the XML metadata source. The configuration must contain one of * the following options: - * - 'file': Path to a file with the metadata. This path is relative to the simpleSAMLphp + * - 'file': Path to a file with the metadata. This path is relative to the SimpleSAMLphp * base directory. * - 'url': URL we should download the metadata from. This is only meant for testing. * diff --git a/lib/SimpleSAML/Metadata/SAMLBuilder.php b/lib/SimpleSAML/Metadata/SAMLBuilder.php index 29e296c6c..22cc6a99f 100644 --- a/lib/SimpleSAML/Metadata/SAMLBuilder.php +++ b/lib/SimpleSAML/Metadata/SAMLBuilder.php @@ -2,11 +2,11 @@ /** - * Class for generating SAML 2.0 metadata from simpleSAMLphp metadata arrays. + * Class for generating SAML 2.0 metadata from SimpleSAMLphp metadata arrays. * * This class builds SAML 2.0 metadata for an entity by examining the metadata for the entity. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_Metadata_SAMLBuilder { diff --git a/lib/SimpleSAML/Metadata/SAMLParser.php b/lib/SimpleSAML/Metadata/SAMLParser.php index f6b02fab4..1002fe2b0 100644 --- a/lib/SimpleSAML/Metadata/SAMLParser.php +++ b/lib/SimpleSAML/Metadata/SAMLParser.php @@ -577,7 +577,7 @@ class SimpleSAML_Metadata_SAMLParser /** - * This function returns the metadata for SAML 1.x IdPs in the format simpleSAMLphp expects. + * This function returns the metadata for SAML 1.x IdPs in the format SimpleSAMLphp expects. * This is an associative array with the following fields: * - 'entityid': The entity id of the entity described in the metadata. * - 'name': Auto generated name for this entity. Currently set to the entity id. @@ -634,7 +634,7 @@ class SimpleSAML_Metadata_SAMLParser /** - * This function returns the metadata for SAML 2.0 SPs in the format simpleSAMLphp expects. + * This function returns the metadata for SAML 2.0 SPs in the format SimpleSAMLphp expects. * This is an associative array with the following fields: * - 'entityid': The entity id of the entity described in the metadata. * - 'AssertionConsumerService': String with the URL of the assertion consumer service which supports @@ -727,7 +727,7 @@ class SimpleSAML_Metadata_SAMLParser /** - * This function returns the metadata for SAML 2.0 IdPs in the format simpleSAMLphp expects. + * This function returns the metadata for SAML 2.0 IdPs in the format SimpleSAMLphp expects. * This is an associative array with the following fields: * - 'entityid': The entity id of the entity described in the metadata. * - 'name': Auto generated name for this entity. Currently set to the entity id. diff --git a/lib/SimpleSAML/Store/Memcache.php b/lib/SimpleSAML/Store/Memcache.php index 528268346..ea5187ad1 100644 --- a/lib/SimpleSAML/Store/Memcache.php +++ b/lib/SimpleSAML/Store/Memcache.php @@ -3,7 +3,7 @@ /** * A memcache based datastore. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_Store_Memcache extends SimpleSAML_Store { diff --git a/lib/SimpleSAML/Store/SQL.php b/lib/SimpleSAML/Store/SQL.php index e1b15f574..976a81226 100644 --- a/lib/SimpleSAML/Store/SQL.php +++ b/lib/SimpleSAML/Store/SQL.php @@ -3,7 +3,7 @@ /** * A SQL datastore. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_Store_SQL extends SimpleSAML_Store { diff --git a/lib/SimpleSAML/Utilities.php b/lib/SimpleSAML/Utilities.php index 710f29f78..c2816a35f 100644 --- a/lib/SimpleSAML/Utilities.php +++ b/lib/SimpleSAML/Utilities.php @@ -5,7 +5,7 @@ * Misc static functions that is used several places.in example parsing and id generation. * * @author Andreas Ã…kre Solberg, UNINETT AS. <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp * * @deprecated This entire class will be removed in SimpleSAMLphp 2.0. */ diff --git a/lib/SimpleSAML/Utils/HTTP.php b/lib/SimpleSAML/Utils/HTTP.php index fd6437eb5..0c4e5e824 100644 --- a/lib/SimpleSAML/Utils/HTTP.php +++ b/lib/SimpleSAML/Utils/HTTP.php @@ -498,7 +498,7 @@ class HTTP * Retrieve the base URL of the SimpleSAMLphp installation. The URL will always end with a '/'. For example: * https://idp.example.org/simplesaml/ * - * @return string The absolute base URL for the simpleSAMLphp installation. + * @return string The absolute base URL for the SimpleSAMLphp installation. * @throws \SimpleSAML_Error_Exception If 'baseurlpath' has an invalid format. * * @author Olav Morken, UNINETT AS <olav.morken@uninett.no> diff --git a/lib/SimpleSAML/XHTML/EMail.php b/lib/SimpleSAML/XHTML/EMail.php index 5b69962e0..b4b5ef02a 100644 --- a/lib/SimpleSAML/XHTML/EMail.php +++ b/lib/SimpleSAML/XHTML/EMail.php @@ -4,7 +4,7 @@ * A minimalistic Emailer class. Creates and sends HTML emails. * * @author Andreas kre Solberg, UNINETT AS. <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_XHTML_EMail { @@ -39,7 +39,7 @@ class SimpleSAML_XHTML_EMail { <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> - <title>simpleSAMLphp Email report</title> + <title>SimpleSAMLphp Email report</title> <style type="text/css"> pre, div.box { margin: .4em 2em .4em 1em; diff --git a/lib/SimpleSAML/XHTML/Template.php b/lib/SimpleSAML/XHTML/Template.php index f0ecda83b..4b6488ada 100644 --- a/lib/SimpleSAML/XHTML/Template.php +++ b/lib/SimpleSAML/XHTML/Template.php @@ -1,10 +1,10 @@ <?php /** - * A minimalistic XHTML PHP based template system implemented for simpleSAMLphp. + * A minimalistic XHTML PHP based template system implemented for SimpleSAMLphp. * * @author Andreas Ã…kre Solberg, UNINETT AS. <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_XHTML_Template { @@ -463,7 +463,7 @@ class SimpleSAML_XHTML_Template { * @param $file File name of dictionary to include * @param $otherConfig Optionally provide a different configuration object than * the one provided in the constructor to be used to find the dictionary directory. - * This enables the possiblity of combining dictionaries inside simpleSAMLphp + * This enables the possiblity of combining dictionaries inside SimpleSAMLphp * distribution with external dictionaries. */ public function includeLanguageFile($file, $otherConfig = null) { diff --git a/lib/SimpleSAML/XML/Errors.php b/lib/SimpleSAML/XML/Errors.php index bc2a06c00..0ef552910 100644 --- a/lib/SimpleSAML/XML/Errors.php +++ b/lib/SimpleSAML/XML/Errors.php @@ -7,7 +7,7 @@ * will hide that, and pretend that no errors were logged. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_XML_Errors { diff --git a/lib/SimpleSAML/XML/Parser.php b/lib/SimpleSAML/XML/Parser.php index d73472d26..db1eb4061 100644 --- a/lib/SimpleSAML/XML/Parser.php +++ b/lib/SimpleSAML/XML/Parser.php @@ -4,7 +4,7 @@ * This file will help doing XPath queries in SAML 2 XML documents. * * @author Andreas Ã…kre Solberg, UNINETT AS. <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_XML_Parser { diff --git a/lib/SimpleSAML/XML/Shib13/AuthnRequest.php b/lib/SimpleSAML/XML/Shib13/AuthnRequest.php index 042424522..aaecb2e9f 100644 --- a/lib/SimpleSAML/XML/Shib13/AuthnRequest.php +++ b/lib/SimpleSAML/XML/Shib13/AuthnRequest.php @@ -5,7 +5,7 @@ * but an extension using query paramters no XML. * * @author Andreas Ã…kre Solberg, UNINETT AS. <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_XML_Shib13_AuthnRequest { diff --git a/lib/SimpleSAML/XML/Shib13/AuthnResponse.php b/lib/SimpleSAML/XML/Shib13/AuthnResponse.php index dad0a6fcc..4a4346e08 100644 --- a/lib/SimpleSAML/XML/Shib13/AuthnResponse.php +++ b/lib/SimpleSAML/XML/Shib13/AuthnResponse.php @@ -4,7 +4,7 @@ * A Shibboleth 1.3 authentication response. * * @author Andreas Ã…kre Solberg, UNINETT AS. <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_XML_Shib13_AuthnResponse { diff --git a/lib/SimpleSAML/XML/Signer.php b/lib/SimpleSAML/XML/Signer.php index d85535880..39cc09bbf 100644 --- a/lib/SimpleSAML/XML/Signer.php +++ b/lib/SimpleSAML/XML/Signer.php @@ -6,7 +6,7 @@ * This is a helper class for signing XML documents. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_XML_Signer { diff --git a/lib/SimpleSAML/XML/Validator.php b/lib/SimpleSAML/XML/Validator.php index b9a9dfdb2..05261c206 100644 --- a/lib/SimpleSAML/XML/Validator.php +++ b/lib/SimpleSAML/XML/Validator.php @@ -4,7 +4,7 @@ * This class implements helper functions for XML validation. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_XML_Validator { diff --git a/metadata-templates/saml20-idp-hosted.php b/metadata-templates/saml20-idp-hosted.php index 87c03f6be..27f9c4d6a 100644 --- a/metadata-templates/saml20-idp-hosted.php +++ b/metadata-templates/saml20-idp-hosted.php @@ -1,6 +1,6 @@ <?php /** - * SAML 2.0 IdP configuration for simpleSAMLphp. + * SAML 2.0 IdP configuration for SimpleSAMLphp. * * See: https://simplesamlphp.org/docs/stable/simplesamlphp-reference-idp-hosted */ @@ -27,7 +27,7 @@ $metadata['__DYNAMIC:1__'] = array( * WARNING: SHA-1 is disallowed starting January the 1st, 2014. * * Uncomment the following option to start using SHA-256 for your signatures. - * Currently, simpleSAMLphp defaults to SHA-1, which has been deprecated since + * Currently, SimpleSAMLphp defaults to SHA-1, which has been deprecated since * 2011, and will be disallowed by NIST as of 2014. Please refer to the following * document for more information: * diff --git a/metadata-templates/saml20-idp-remote.php b/metadata-templates/saml20-idp-remote.php index 8824bc9b6..de1f3a34b 100644 --- a/metadata-templates/saml20-idp-remote.php +++ b/metadata-templates/saml20-idp-remote.php @@ -1,6 +1,6 @@ <?php /** - * SAML 2.0 remote IdP metadata for simpleSAMLphp. + * SAML 2.0 remote IdP metadata for SimpleSAMLphp. * * Remember to remove the IdPs you don't use from this file. * diff --git a/metadata-templates/saml20-sp-remote.php b/metadata-templates/saml20-sp-remote.php index 4254e4380..a691fcf25 100644 --- a/metadata-templates/saml20-sp-remote.php +++ b/metadata-templates/saml20-sp-remote.php @@ -1,12 +1,12 @@ <?php /** - * SAML 2.0 remote SP metadata for simpleSAMLphp. + * SAML 2.0 remote SP metadata for SimpleSAMLphp. * * See: https://simplesamlphp.org/docs/stable/simplesamlphp-reference-sp-remote */ /* - * Example simpleSAMLphp SAML 2.0 SP + * Example SimpleSAMLphp SAML 2.0 SP */ $metadata['https://saml2sp.example.org'] = array( 'AssertionConsumerService' => 'https://saml2sp.example.org/simplesaml/module.php/saml/sp/saml2-acs.php/default-sp', diff --git a/metadata-templates/shib13-idp-hosted.php b/metadata-templates/shib13-idp-hosted.php index 7e3ea0517..c052f11a7 100644 --- a/metadata-templates/shib13-idp-hosted.php +++ b/metadata-templates/shib13-idp-hosted.php @@ -1,6 +1,6 @@ <?php /** - * SAML 1.1 IdP configuration for simpleSAMLphp. + * SAML 1.1 IdP configuration for SimpleSAMLphp. * * See: https://simplesamlphp.org/docs/stable/simplesamlphp-reference-idp-hosted */ diff --git a/metadata-templates/shib13-idp-remote.php b/metadata-templates/shib13-idp-remote.php index 87796b2ca..142e63754 100644 --- a/metadata-templates/shib13-idp-remote.php +++ b/metadata-templates/shib13-idp-remote.php @@ -1,6 +1,6 @@ <?php /** - * SAML 1.1 remote IdP metadata for simpleSAMLphp. + * SAML 1.1 remote IdP metadata for SimpleSAMLphp. * * Remember to remove the IdPs you don't use from this file. * diff --git a/metadata-templates/shib13-sp-hosted.php b/metadata-templates/shib13-sp-hosted.php index 1ddd91495..f15cc910e 100644 --- a/metadata-templates/shib13-sp-hosted.php +++ b/metadata-templates/shib13-sp-hosted.php @@ -1,6 +1,6 @@ <?php /** - * SAML 1.1 SP configuration for simpleSAMLphp. + * SAML 1.1 SP configuration for SimpleSAMLphp. * * See: https://simplesamlphp.org/docs/stable/saml:sp */ diff --git a/metadata-templates/shib13-sp-remote.php b/metadata-templates/shib13-sp-remote.php index fd0f9e433..5d0f3100a 100644 --- a/metadata-templates/shib13-sp-remote.php +++ b/metadata-templates/shib13-sp-remote.php @@ -1,6 +1,6 @@ <?php /** - * SAML 1.1 remote SP metadata for simpleSAMLphp. + * SAML 1.1 remote SP metadata for SimpleSAMLphp. * * See: https://simplesamlphp.org/docs/stable/simplesamlphp-reference-sp-remote */ diff --git a/metadata-templates/wsfed-idp-remote.php b/metadata-templates/wsfed-idp-remote.php index 483560a31..215fb0cd2 100644 --- a/metadata-templates/wsfed-idp-remote.php +++ b/metadata-templates/wsfed-idp-remote.php @@ -1,6 +1,6 @@ <?php /** - * WS-Federation remote IdP metadata for simpleSAMLphp. + * WS-Federation remote IdP metadata for SimpleSAMLphp. */ $metadata['urn:federation:pingfederate:localhost'] = array( diff --git a/metadata-templates/wsfed-sp-hosted.php b/metadata-templates/wsfed-sp-hosted.php index c9193390c..3a68b7a6b 100644 --- a/metadata-templates/wsfed-sp-hosted.php +++ b/metadata-templates/wsfed-sp-hosted.php @@ -1,6 +1,6 @@ <?php /** - * WS-Federation SP configuration for simpleSAMLphp. + * WS-Federation SP configuration for SimpleSAMLphp. * * Required fields: * - host diff --git a/modules/adfs/lib/SAML2/XML/fed/Const.php b/modules/adfs/lib/SAML2/XML/fed/Const.php index e42ca710d..2603b3562 100644 --- a/modules/adfs/lib/SAML2/XML/fed/Const.php +++ b/modules/adfs/lib/SAML2/XML/fed/Const.php @@ -2,7 +2,7 @@ /** * Class representing fed Constants. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_adfs_SAML2_XML_fed_Const { /** diff --git a/modules/adfs/lib/SAML2/XML/fed/Endpoint.php b/modules/adfs/lib/SAML2/XML/fed/Endpoint.php index 249eacee3..a5c10c1d9 100644 --- a/modules/adfs/lib/SAML2/XML/fed/Endpoint.php +++ b/modules/adfs/lib/SAML2/XML/fed/Endpoint.php @@ -2,7 +2,7 @@ /** * Class representing fed Endpoint. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_adfs_SAML2_XML_fed_Endpoint { /** diff --git a/modules/adfs/lib/SAML2/XML/fed/SecurityTokenServiceType.php b/modules/adfs/lib/SAML2/XML/fed/SecurityTokenServiceType.php index e4c978017..b793b9462 100644 --- a/modules/adfs/lib/SAML2/XML/fed/SecurityTokenServiceType.php +++ b/modules/adfs/lib/SAML2/XML/fed/SecurityTokenServiceType.php @@ -2,7 +2,7 @@ /** * Class representing SecurityTokenServiceType RoleDescriptor. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_adfs_SAML2_XML_fed_SecurityTokenServiceType extends SAML2_XML_md_RoleDescriptor { diff --git a/modules/adfs/lib/SAML2/XML/fed/TokenTypesOffered.php b/modules/adfs/lib/SAML2/XML/fed/TokenTypesOffered.php index e544caa32..8db01dd6c 100644 --- a/modules/adfs/lib/SAML2/XML/fed/TokenTypesOffered.php +++ b/modules/adfs/lib/SAML2/XML/fed/TokenTypesOffered.php @@ -2,7 +2,7 @@ /** * Class representing fed TokenTypesOffered. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_adfs_SAML2_XML_fed_TokenTypesOffered { /** diff --git a/modules/adfs/lib/XMLSecurityDSig.php b/modules/adfs/lib/XMLSecurityDSig.php index 53c309312..288812f79 100644 --- a/modules/adfs/lib/XMLSecurityDSig.php +++ b/modules/adfs/lib/XMLSecurityDSig.php @@ -10,7 +10,7 @@ * @todo Move this functionality to xmlseclibs. * * @author Daniel Tsosie - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_adfs_XMLSecurityDSig extends XMLSecurityDSig { diff --git a/modules/adfs/www/idp/prp.php b/modules/adfs/www/idp/prp.php index b11c95637..58c922269 100644 --- a/modules/adfs/www/idp/prp.php +++ b/modules/adfs/www/idp/prp.php @@ -1,9 +1,9 @@ <?php /** - * ADFS PRP IDP protocol support for simpleSAMLphp. + * ADFS PRP IDP protocol support for SimpleSAMLphp. * * @author Hans Zandbelt, SURFnet bv, <hans.zandbelt@surfnet.nl> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ SimpleSAML_Logger::info('ADFS - IdP.prp: Accessing ADFS IdP endpoint prp'); diff --git a/modules/authX509/docs/authX509.txt b/modules/authX509/docs/authX509.txt index 087861659..1fc48a8b9 100644 --- a/modules/authX509/docs/authX509.txt +++ b/modules/authX509/docs/authX509.txt @@ -1,4 +1,4 @@ -Using the X509 authentication source with simpleSAMLphp +Using the X509 authentication source with SimpleSAMLphp ======================================================= The authX509 module provides X509 authentication with certificate diff --git a/modules/authX509/lib/Auth/Process/ExpiryWarning.php b/modules/authX509/lib/Auth/Process/ExpiryWarning.php index 259228e77..d6c96d2c4 100644 --- a/modules/authX509/lib/Auth/Process/ExpiryWarning.php +++ b/modules/authX509/lib/Auth/Process/ExpiryWarning.php @@ -12,7 +12,7 @@ * </code> * * @author Joost van Dijk, SURFnet. <Joost.vanDijk@surfnet.nl> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_authX509_Auth_Process_ExpiryWarning extends SimpleSAML_Auth_ProcessingFilter { diff --git a/modules/authX509/lib/Auth/Source/X509userCert.php b/modules/authX509/lib/Auth/Source/X509userCert.php index cfab1fa84..182def23e 100644 --- a/modules/authX509/lib/Auth/Source/X509userCert.php +++ b/modules/authX509/lib/Auth/Source/X509userCert.php @@ -5,7 +5,7 @@ * certificate validation against an LDAP directory. * * @author Emmanuel Dreyfus <manu@netbsd.org> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_authX509_Auth_Source_X509userCert extends SimpleSAML_Auth_Source { diff --git a/modules/authX509/templates/X509warning.php b/modules/authX509/templates/X509warning.php index 496775065..55b8b6281 100644 --- a/modules/authX509/templates/X509warning.php +++ b/modules/authX509/templates/X509warning.php @@ -7,7 +7,7 @@ * - 'target': Target URL for the continue-button. * - 'data': Parameters which should be included in the request. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ $warning = $this->t('{authX509:X509warning:warning}', array( diff --git a/modules/authX509/www/expirywarning.php b/modules/authX509/www/expirywarning.php index 200b76c9f..9a6c6cf6e 100644 --- a/modules/authX509/www/expirywarning.php +++ b/modules/authX509/www/expirywarning.php @@ -3,7 +3,7 @@ /** * This script warns a user that his/her certificate is about to expire. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ SimpleSAML_Logger::info('AuthX509 - Showing expiry warning to user'); diff --git a/modules/authYubiKey/lib/Auth/Process/OTP2YubiPrefix.php b/modules/authYubiKey/lib/Auth/Process/OTP2YubiPrefix.php index 0527fb7ac..f99936a80 100644 --- a/modules/authYubiKey/lib/Auth/Process/OTP2YubiPrefix.php +++ b/modules/authYubiKey/lib/Auth/Process/OTP2YubiPrefix.php @@ -3,14 +3,14 @@ /* * Copyright (C) 2009 Simon Josefsson <simon@yubico.com>. * - * This file is part of simpleSAMLphp + * This file is part of SimpleSAMLphp * - * simpleSAMLphp is free software; you can redistribute it and/or + * SimpleSAMLphp is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 3 of * the License, or (at your option) any later version. * - * simpleSAMLphp is distributed in the hope that it will be useful, + * SimpleSAMLphp is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. diff --git a/modules/authYubiKey/lib/Auth/Source/YubiKey.php b/modules/authYubiKey/lib/Auth/Source/YubiKey.php index 865ceef84..f651a61cc 100644 --- a/modules/authYubiKey/lib/Auth/Source/YubiKey.php +++ b/modules/authYubiKey/lib/Auth/Source/YubiKey.php @@ -4,14 +4,14 @@ * Copyright (C) 2009 Andreas Ã…kre Solberg <andreas.solberg@uninett.no> * Copyright (C) 2009 Simon Josefsson <simon@yubico.com>. * - * This file is part of simpleSAMLphp + * This file is part of SimpleSAMLphp * - * simpleSAMLphp is free software; you can redistribute it and/or + * SimpleSAMLphp is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 3 of * the License, or (at your option) any later version. * - * simpleSAMLphp is distributed in the hope that it will be useful, + * SimpleSAMLphp is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. @@ -37,7 +37,7 @@ * To generate your own client id/key you will need one YubiKey, and then * go to http://yubico.com/developers/api/ * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_authYubiKey_Auth_Source_YubiKey extends SimpleSAML_Auth_Source { diff --git a/modules/authYubiKey/www/yubikeylogin.php b/modules/authYubiKey/www/yubikeylogin.php index 09c2796da..5dbdb3ef3 100644 --- a/modules/authYubiKey/www/yubikeylogin.php +++ b/modules/authYubiKey/www/yubikeylogin.php @@ -6,7 +6,7 @@ * username/password authentication. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ if (!array_key_exists('AuthState', $_REQUEST)) { diff --git a/modules/authcrypt/docs/authcrypt.txt b/modules/authcrypt/docs/authcrypt.txt index 6c9f6eb26..8319840f3 100644 --- a/modules/authcrypt/docs/authcrypt.txt +++ b/modules/authcrypt/docs/authcrypt.txt @@ -56,7 +56,7 @@ Instead of generating hashes, you can also use existing ones from OpenLDAP, prov `authCrypt:Htpasswd` -------------------- -Authenticate users against an [`.htpasswd`](http://httpd.apache.org/docs/2.2/programs/htpasswd.html) file. It can be used for example when you migrate a web site from basic HTTP authentication to simpleSAMLphp. +Authenticate users against an [`.htpasswd`](http://httpd.apache.org/docs/2.2/programs/htpasswd.html) file. It can be used for example when you migrate a web site from basic HTTP authentication to SimpleSAMLphp. The simple structure of the `.htpasswd` file does not allow for per-user attributes, but you can define some static attributes for all users. diff --git a/modules/authcrypt/lib/Auth/Source/Hash.php b/modules/authcrypt/lib/Auth/Source/Hash.php index 6cde4b218..20f7e29ad 100644 --- a/modules/authcrypt/lib/Auth/Source/Hash.php +++ b/modules/authcrypt/lib/Auth/Source/Hash.php @@ -7,7 +7,7 @@ * and authenticates users against this array. * * @author Dyonisius Visser, TERENA. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_authcrypt_Auth_Source_Hash extends sspmod_core_Auth_UserPassBase { diff --git a/modules/authcrypt/lib/Auth/Source/Htpasswd.php b/modules/authcrypt/lib/Auth/Source/Htpasswd.php index af8ac9b70..83bdad5e0 100644 --- a/modules/authcrypt/lib/Auth/Source/Htpasswd.php +++ b/modules/authcrypt/lib/Auth/Source/Htpasswd.php @@ -4,7 +4,7 @@ * Authentication source for Apache 'htpasswd' files. * * @author Dyonisius (Dick) Visser, TERENA. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ use WhiteHat101\Crypt\APR1_MD5; diff --git a/modules/authfacebook/docs/authfacebook.txt b/modules/authfacebook/docs/authfacebook.txt index 20e943e42..41de42681 100644 --- a/modules/authfacebook/docs/authfacebook.txt +++ b/modules/authfacebook/docs/authfacebook.txt @@ -1,4 +1,4 @@ -Using the Facebook authentication source with simpleSAMLphp +Using the Facebook authentication source with SimpleSAMLphp =========================================================== Remember to configure `authsources.php`, with both App ID (or API Key) and App Secret. diff --git a/modules/authfacebook/lib/Auth/Source/Facebook.php b/modules/authfacebook/lib/Auth/Source/Facebook.php index c211ebc72..587189056 100644 --- a/modules/authfacebook/lib/Auth/Source/Facebook.php +++ b/modules/authfacebook/lib/Auth/Source/Facebook.php @@ -4,7 +4,7 @@ * Authenticate using Facebook Platform. * * @author Andreas Ã…kre Solberg, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_authfacebook_Auth_Source_Facebook extends SimpleSAML_Auth_Source { diff --git a/modules/authlinkedin/docs/oauthlinkedin.txt b/modules/authlinkedin/docs/oauthlinkedin.txt index 61937284e..835935f6a 100644 --- a/modules/authlinkedin/docs/oauthlinkedin.txt +++ b/modules/authlinkedin/docs/oauthlinkedin.txt @@ -1,4 +1,4 @@ -Using the LinkedIn authentication source with simpleSAMLphp +Using the LinkedIn authentication source with SimpleSAMLphp =========================================================== Remember to configure `authsources.php`, with both Consumer key and secret. diff --git a/modules/authlinkedin/lib/Auth/Source/LinkedIn.php b/modules/authlinkedin/lib/Auth/Source/LinkedIn.php index c62ce12b1..73f4b2e85 100644 --- a/modules/authlinkedin/lib/Auth/Source/LinkedIn.php +++ b/modules/authlinkedin/lib/Auth/Source/LinkedIn.php @@ -6,7 +6,7 @@ require_once(dirname(dirname(dirname(dirname(dirname(__FILE__))))) . '/oauth/lib * Authenticate using LinkedIn. * * @author Brook Schofield, TERENA. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_authlinkedin_Auth_Source_LinkedIn extends SimpleSAML_Auth_Source { diff --git a/modules/authmyspace/docs/oauthmyspace.txt b/modules/authmyspace/docs/oauthmyspace.txt index 284f82842..98b97b805 100644 --- a/modules/authmyspace/docs/oauthmyspace.txt +++ b/modules/authmyspace/docs/oauthmyspace.txt @@ -1,4 +1,4 @@ -Using the MySpace authentication source with simpleSAMLphp +Using the MySpace authentication source with SimpleSAMLphp ========================================================== Remember to configure `authsources.php`, with both your Client ID and Secret key. diff --git a/modules/authmyspace/lib/Auth/Source/MySpace.php b/modules/authmyspace/lib/Auth/Source/MySpace.php index 8f00b1cb0..1c1624ccb 100644 --- a/modules/authmyspace/lib/Auth/Source/MySpace.php +++ b/modules/authmyspace/lib/Auth/Source/MySpace.php @@ -6,7 +6,7 @@ require_once(dirname(dirname(dirname(dirname(dirname(__FILE__))))) . '/oauth/lib * Authenticate using MySpace. * * @author Brook Schofield, TERENA. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_authmyspace_Auth_Source_MySpace extends SimpleSAML_Auth_Source { diff --git a/modules/authorize/docs/authorize.txt b/modules/authorize/docs/authorize.txt index 8d4730c35..de8cb4dcf 100644 --- a/modules/authorize/docs/authorize.txt +++ b/modules/authorize/docs/authorize.txt @@ -8,7 +8,7 @@ authorize Module --> * Author: Ernesto Revilla <erny@yaco.es>, Yaco Sistemas, Ryan Panning - * Package: simpleSAMLphp + * Package: SimpleSAMLphp This module provides a user authorization filter based on attribute matching for those applications that do not cleanly separate authentication from authorization and set some default permissions for authenticated users. diff --git a/modules/authorize/lib/Auth/Process/Authorize.php b/modules/authorize/lib/Auth/Process/Authorize.php index d57f21c56..60c37ece4 100644 --- a/modules/authorize/lib/Auth/Process/Authorize.php +++ b/modules/authorize/lib/Auth/Process/Authorize.php @@ -5,7 +5,7 @@ * See docs directory. * * @author Ernesto Revilla, Yaco Sistemas SL., Ryan Panning - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_authorize_Auth_Process_Authorize extends SimpleSAML_Auth_ProcessingFilter { diff --git a/modules/authorize/templates/authorize_403.php b/modules/authorize/templates/authorize_403.php index 7aee2b8aa..ee16d96a7 100644 --- a/modules/authorize/templates/authorize_403.php +++ b/modules/authorize/templates/authorize_403.php @@ -6,7 +6,7 @@ * - 'target': Target URL. * - 'params': Parameters which should be included in the request. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ diff --git a/modules/authorize/www/authorize_403.php b/modules/authorize/www/authorize_403.php index 0f57ade22..41b2447cf 100644 --- a/modules/authorize/www/authorize_403.php +++ b/modules/authorize/www/authorize_403.php @@ -2,7 +2,7 @@ /** * Show a 403 Forbidden page about not authorized to access an application. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ if (!array_key_exists('StateId', $_REQUEST)) { diff --git a/modules/authtwitter/docs/oauthtwitter.txt b/modules/authtwitter/docs/oauthtwitter.txt index 18d3bbe3a..c2507fc11 100644 --- a/modules/authtwitter/docs/oauthtwitter.txt +++ b/modules/authtwitter/docs/oauthtwitter.txt @@ -1,4 +1,4 @@ -Using the Twitter authentication source with simpleSAMLphp +Using the Twitter authentication source with SimpleSAMLphp ========================================================== Remember to configure `authsources.php`, with both Consumer key and secret. diff --git a/modules/authtwitter/lib/Auth/Source/Twitter.php b/modules/authtwitter/lib/Auth/Source/Twitter.php index 58e7ba64a..e5cf94387 100644 --- a/modules/authtwitter/lib/Auth/Source/Twitter.php +++ b/modules/authtwitter/lib/Auth/Source/Twitter.php @@ -6,7 +6,7 @@ require_once(dirname(dirname(dirname(dirname(dirname(__FILE__))))) . '/oauth/lib * Authenticate using Twitter. * * @author Andreas Ã…kre Solberg, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_authtwitter_Auth_Source_Twitter extends SimpleSAML_Auth_Source { diff --git a/modules/authwindowslive/docs/windowsliveid.txt b/modules/authwindowslive/docs/windowsliveid.txt index 014427189..390edae29 100644 --- a/modules/authwindowslive/docs/windowsliveid.txt +++ b/modules/authwindowslive/docs/windowsliveid.txt @@ -1,4 +1,4 @@ -Using the Windows Live ID authentication source with simpleSAMLphp +Using the Windows Live ID authentication source with SimpleSAMLphp ================================================================== Remember to configure `authsources.php`, with both your Client ID and Secret key. diff --git a/modules/authwindowslive/lib/Auth/Source/LiveID.php b/modules/authwindowslive/lib/Auth/Source/LiveID.php index 27886940c..177d362d6 100644 --- a/modules/authwindowslive/lib/Auth/Source/LiveID.php +++ b/modules/authwindowslive/lib/Auth/Source/LiveID.php @@ -4,7 +4,7 @@ * Authenticate using LiveID. * * @author Brook Schofield, TERENA. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_authwindowslive_Auth_Source_LiveID extends SimpleSAML_Auth_Source { diff --git a/modules/cas/docs/cas.txt b/modules/cas/docs/cas.txt index c928cb7f3..5bfd50cad 100644 --- a/modules/cas/docs/cas.txt +++ b/modules/cas/docs/cas.txt @@ -1,4 +1,4 @@ -Using the CAS authentication source with simpleSAMLphp +Using the CAS authentication source with SimpleSAMLphp ========================================================== This is completely based on the original cas authentication, diff --git a/modules/cas/lib/Auth/Source/CAS.php b/modules/cas/lib/Auth/Source/CAS.php index 84b366ee4..052886af8 100644 --- a/modules/cas/lib/Auth/Source/CAS.php +++ b/modules/cas/lib/Auth/Source/CAS.php @@ -6,7 +6,7 @@ * Based on www/auth/login-cas.php by Mads Freek, RUC. * * @author Danny Bollaert, UGent. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_cas_Auth_Source_CAS extends SimpleSAML_Auth_Source { diff --git a/modules/casserver/www/serviceValidate.php b/modules/casserver/www/serviceValidate.php index ad5616d56..7cdb34595 100644 --- a/modules/casserver/www/serviceValidate.php +++ b/modules/casserver/www/serviceValidate.php @@ -21,7 +21,7 @@ if (array_key_exists('service', $_GET)) { } try { -/* Load simpleSAMLphp, configuration and metadata */ +/* Load SimpleSAMLphp, configuration and metadata */ $casconfig = SimpleSAML_Configuration::getConfig('module_casserver.php'); $path = $casconfig->resolvePath($casconfig->getValue('ticketcache', 'ticketcache')); diff --git a/modules/cdc/lib/Auth/Process/CDC.php b/modules/cdc/lib/Auth/Process/CDC.php index d0cfaa000..99201f6d2 100644 --- a/modules/cdc/lib/Auth/Process/CDC.php +++ b/modules/cdc/lib/Auth/Process/CDC.php @@ -3,7 +3,7 @@ /** * Filter for setting the SAML 2 common domain cookie. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_cdc_Auth_Process_CDC extends SimpleSAML_Auth_ProcessingFilter { diff --git a/modules/cdc/lib/Client.php b/modules/cdc/lib/Client.php index 2800a0bf7..7be24d22c 100644 --- a/modules/cdc/lib/Client.php +++ b/modules/cdc/lib/Client.php @@ -3,7 +3,7 @@ /** * CDC client class. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_cdc_Client { diff --git a/modules/cdc/lib/Server.php b/modules/cdc/lib/Server.php index b27f50ed2..ec133e1d9 100644 --- a/modules/cdc/lib/Server.php +++ b/modules/cdc/lib/Server.php @@ -3,7 +3,7 @@ /** * CDC server class. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_cdc_Server { diff --git a/modules/consent/docs/consent.txt b/modules/consent/docs/consent.txt index 2151e96b1..e503a5779 100644 --- a/modules/consent/docs/consent.txt +++ b/modules/consent/docs/consent.txt @@ -12,7 +12,7 @@ It is recommended to run the consent module at the IdP, and configure the filter to run after all attribute mangling filters is completed, to show the user the exact same attributes that are sent to the SP. - * [Read more about processing filters in simpleSAMLphp](simplesamlphp-authproc) + * [Read more about processing filters in SimpleSAMLphp](simplesamlphp-authproc) How to setup the consent module @@ -167,7 +167,7 @@ The following options can be used when configuring the Consent module External options ---------------- -The following options can/ be set in other places in simpleSAMLphp +The following options can/ be set in other places in SimpleSAMLphp `privacypolicy` : This is an absolute URL for where an user can find a privacy policy for SP. diff --git a/modules/consent/lib/Auth/Process/Consent.php b/modules/consent/lib/Auth/Process/Consent.php index bbd585d7c..e04c2f0f4 100644 --- a/modules/consent/lib/Auth/Process/Consent.php +++ b/modules/consent/lib/Auth/Process/Consent.php @@ -5,7 +5,7 @@ * Filter for requesting the user to give consent before attributes are * released to the SP. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_consent_Auth_Process_Consent extends SimpleSAML_Auth_ProcessingFilter { diff --git a/modules/consent/lib/Consent/Store/Cookie.php b/modules/consent/lib/Consent/Store/Cookie.php index 7eb153e8e..97dfcf699 100644 --- a/modules/consent/lib/Consent/Store/Cookie.php +++ b/modules/consent/lib/Consent/Store/Cookie.php @@ -17,7 +17,7 @@ * </code> * * @author Olav Morken <olav.morken@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_consent_Consent_Store_Cookie extends sspmod_consent_Store { diff --git a/modules/consent/lib/Consent/Store/Database.php b/modules/consent/lib/Consent/Store/Database.php index 9223cfd47..b6eaabb14 100644 --- a/modules/consent/lib/Consent/Store/Database.php +++ b/modules/consent/lib/Consent/Store/Database.php @@ -14,7 +14,7 @@ * - table: The name of the table used. Optional, defaults to 'consent'. * * @author Olav Morken <olav.morken@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_consent_Consent_Store_Database extends sspmod_consent_Store { diff --git a/modules/consent/lib/Logout.php b/modules/consent/lib/Logout.php index a927eac42..b177326f1 100644 --- a/modules/consent/lib/Logout.php +++ b/modules/consent/lib/Logout.php @@ -3,7 +3,7 @@ /** * Class defining the logout completed handler for the consent page. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_consent_Logout { diff --git a/modules/consent/lib/Store.php b/modules/consent/lib/Store.php index 9bf9b75e9..7ad3e9585 100644 --- a/modules/consent/lib/Store.php +++ b/modules/consent/lib/Store.php @@ -2,7 +2,7 @@ /** * Base class for consent storage handlers. * - * @package simpleSAMLphp + * @package SimpleSAMLphp * @author Olav Morken <olav.morken@uninett.no> * @author JAcob Christiansen <jach@wayf.dk> */ diff --git a/modules/consent/www/getconsent.php b/modules/consent/www/getconsent.php index 66c16c03f..d17bd3b87 100644 --- a/modules/consent/www/getconsent.php +++ b/modules/consent/www/getconsent.php @@ -5,7 +5,7 @@ * This script displays a page to the user, which requests that the user * authorizes the release of attributes. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ /** * Explicit instruct consent page to send no-cache header to browsers to make diff --git a/modules/consent/www/logout.php b/modules/consent/www/logout.php index 58de97c36..6b3412c8d 100644 --- a/modules/consent/www/logout.php +++ b/modules/consent/www/logout.php @@ -2,7 +2,7 @@ /** * This is the handler for logout started from the consent page. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ if (!array_key_exists('StateId', $_GET)) { diff --git a/modules/consent/www/logout_completed.php b/modules/consent/www/logout_completed.php index e96fa115e..a543c3057 100644 --- a/modules/consent/www/logout_completed.php +++ b/modules/consent/www/logout_completed.php @@ -2,7 +2,7 @@ /** * This is the handler for logout completed from the consent page. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ $globalConfig = SimpleSAML_Configuration::getInstance(); diff --git a/modules/consent/www/noconsent.php b/modules/consent/www/noconsent.php index c9715b661..76fccac64 100644 --- a/modules/consent/www/noconsent.php +++ b/modules/consent/www/noconsent.php @@ -2,7 +2,7 @@ /** * This is the page the user lands on when choosing "no" in the consent form. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ if (!array_key_exists('StateId', $_REQUEST)) { throw new SimpleSAML_Error_BadRequest( diff --git a/modules/consentAdmin/config-templates/module_consentAdmin.php b/modules/consentAdmin/config-templates/module_consentAdmin.php index 72cdce95e..041756554 100644 --- a/modules/consentAdmin/config-templates/module_consentAdmin.php +++ b/modules/consentAdmin/config-templates/module_consentAdmin.php @@ -3,7 +3,7 @@ * Config file for consentAdmin * * @author Jacob Christiansen, <jach@wayf.dk> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ $config = array( /* diff --git a/modules/core/docs/authproc_languageadaptor.txt b/modules/core/docs/authproc_languageadaptor.txt index 9f8c6005c..d624b4dc0 100644 --- a/modules/core/docs/authproc_languageadaptor.txt +++ b/modules/core/docs/authproc_languageadaptor.txt @@ -8,13 +8,13 @@ MACE defines an attribute with preferred language: `preferredLanguage`. [Read more about the preferredLanguage attribute defined by MACE](http://rnd.feide.no/node/1054). The LanguageAdaptor brings these two concepts together. -If executed early at the IdP it will check if the `preferredLanguage` attribute is among the users attributes, and if it is, simpleSAMLphp will use that language in the user interface. +If executed early at the IdP it will check if the `preferredLanguage` attribute is among the users attributes, and if it is, SimpleSAMLphp will use that language in the user interface. **Notice that** the login page itself is to early to be influenced by the user attributes, because the IdP does not know any user attributes before the user logs in. In contrast, the consent module will be presented in the correct language based on user attribute. The LanguageAdaptor also works the other way around. If the user does not have the `preferredLanguage` attribute, the user interface for the user will be set to the default for the installation. -If this language is not correct for the user, the user may click to switch language on the login page (or any other UI page in simpleSAMLphp). +If this language is not correct for the user, the user may click to switch language on the login page (or any other UI page in SimpleSAMLphp). SimpleSAMLphp then stores the preferred language in a cookie. Now, the LanguageAdaptor will read the preferred language from the cookie and add a user attribute with the preferred language, that is sent to the service provider. diff --git a/modules/core/lib/ACL.php b/modules/core/lib/ACL.php index 724f18435..8cb444538 100644 --- a/modules/core/lib/ACL.php +++ b/modules/core/lib/ACL.php @@ -3,7 +3,7 @@ /** * Generic library for access control lists. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_core_ACL { diff --git a/modules/core/lib/Auth/Process/AttributeAdd.php b/modules/core/lib/Auth/Process/AttributeAdd.php index eeb6102f3..86c9c3f56 100644 --- a/modules/core/lib/Auth/Process/AttributeAdd.php +++ b/modules/core/lib/Auth/Process/AttributeAdd.php @@ -6,7 +6,7 @@ * This filter allows you to add attributes to the attribute set being processed. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_core_Auth_Process_AttributeAdd extends SimpleSAML_Auth_ProcessingFilter { diff --git a/modules/core/lib/Auth/Process/AttributeAlter.php b/modules/core/lib/Auth/Process/AttributeAlter.php index c9a2acfd7..0cad0d25a 100644 --- a/modules/core/lib/Auth/Process/AttributeAlter.php +++ b/modules/core/lib/Auth/Process/AttributeAlter.php @@ -5,7 +5,7 @@ * This filter can modify or replace attributes given a regular expression. * * @author Jacob Christiansen, WAYF - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_core_Auth_Process_AttributeAlter extends SimpleSAML_Auth_ProcessingFilter { diff --git a/modules/core/lib/Auth/Process/AttributeCopy.php b/modules/core/lib/Auth/Process/AttributeCopy.php index 8e46d976f..bd9b9fd83 100644 --- a/modules/core/lib/Auth/Process/AttributeCopy.php +++ b/modules/core/lib/Auth/Process/AttributeCopy.php @@ -4,7 +4,7 @@ * Attribute filter for renaming attributes. * * @author Gyula Szabo MTA SZTAKI - * @package simpleSAMLphp + * @package SimpleSAMLphp * * You just follow the 'source' => 'destination' schema. In this example user's * cn will be the user's displayName. * diff --git a/modules/core/lib/Auth/Process/AttributeLimit.php b/modules/core/lib/Auth/Process/AttributeLimit.php index e7102c9c1..71b882e22 100644 --- a/modules/core/lib/Auth/Process/AttributeLimit.php +++ b/modules/core/lib/Auth/Process/AttributeLimit.php @@ -4,7 +4,7 @@ * A filter for limiting which attributes are passed on. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_core_Auth_Process_AttributeLimit extends SimpleSAML_Auth_ProcessingFilter { diff --git a/modules/core/lib/Auth/Process/AttributeMap.php b/modules/core/lib/Auth/Process/AttributeMap.php index 5ac7b44ea..335d73f0d 100644 --- a/modules/core/lib/Auth/Process/AttributeMap.php +++ b/modules/core/lib/Auth/Process/AttributeMap.php @@ -4,7 +4,7 @@ * Attribute filter for renaming attributes. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_core_Auth_Process_AttributeMap extends SimpleSAML_Auth_ProcessingFilter { diff --git a/modules/core/lib/Auth/Process/AttributeRealm.php b/modules/core/lib/Auth/Process/AttributeRealm.php index 3c5415f79..a4755a05c 100644 --- a/modules/core/lib/Auth/Process/AttributeRealm.php +++ b/modules/core/lib/Auth/Process/AttributeRealm.php @@ -5,7 +5,7 @@ * and create a new attribute 'realm' that includes the value after the '@' sign. * * @author Andreas Ã…kre Solberg, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_core_Auth_Process_AttributeRealm extends SimpleSAML_Auth_ProcessingFilter { diff --git a/modules/core/lib/Auth/Process/GenerateGroups.php b/modules/core/lib/Auth/Process/GenerateGroups.php index 406e8c72a..097481c62 100644 --- a/modules/core/lib/Auth/Process/GenerateGroups.php +++ b/modules/core/lib/Auth/Process/GenerateGroups.php @@ -4,7 +4,7 @@ * Filter to generate a groups attribute based on many of the attributes of the user. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_core_Auth_Process_GenerateGroups extends SimpleSAML_Auth_ProcessingFilter { diff --git a/modules/core/lib/Auth/Process/LanguageAdaptor.php b/modules/core/lib/Auth/Process/LanguageAdaptor.php index 9c711b7e3..cf9b3d25c 100644 --- a/modules/core/lib/Auth/Process/LanguageAdaptor.php +++ b/modules/core/lib/Auth/Process/LanguageAdaptor.php @@ -4,7 +4,7 @@ * Filter to set and get language settings from attributes. * * @author Andreas Ã…kre Solberg, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_core_Auth_Process_LanguageAdaptor extends SimpleSAML_Auth_ProcessingFilter { diff --git a/modules/core/lib/Auth/Process/ScopeAttribute.php b/modules/core/lib/Auth/Process/ScopeAttribute.php index 3de5149b7..55052d137 100644 --- a/modules/core/lib/Auth/Process/ScopeAttribute.php +++ b/modules/core/lib/Auth/Process/ScopeAttribute.php @@ -3,7 +3,7 @@ /** * Add a scoped variant of an attribute. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_core_Auth_Process_ScopeAttribute extends SimpleSAML_Auth_ProcessingFilter { diff --git a/modules/core/lib/Auth/Process/StatisticsWithAttribute.php b/modules/core/lib/Auth/Process/StatisticsWithAttribute.php index 20c7ccfdb..3151d92e4 100644 --- a/modules/core/lib/Auth/Process/StatisticsWithAttribute.php +++ b/modules/core/lib/Auth/Process/StatisticsWithAttribute.php @@ -4,7 +4,7 @@ * Log a line in the STAT log with one attribute. * * @author Andreas Ã…kre Solberg, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_core_Auth_Process_StatisticsWithAttribute extends SimpleSAML_Auth_ProcessingFilter { diff --git a/modules/core/lib/Auth/Process/TargetedID.php b/modules/core/lib/Auth/Process/TargetedID.php index 4e595b27d..a42660c18 100644 --- a/modules/core/lib/Auth/Process/TargetedID.php +++ b/modules/core/lib/Auth/Process/TargetedID.php @@ -26,7 +26,7 @@ * </code> * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_core_Auth_Process_TargetedID extends SimpleSAML_Auth_ProcessingFilter { diff --git a/modules/core/lib/Auth/Process/WarnShortSSOInterval.php b/modules/core/lib/Auth/Process/WarnShortSSOInterval.php index e28bfd4de..8adf492c2 100644 --- a/modules/core/lib/Auth/Process/WarnShortSSOInterval.php +++ b/modules/core/lib/Auth/Process/WarnShortSSOInterval.php @@ -3,7 +3,7 @@ /** * Give a warning to the user if we receive multiple requests in a short time. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_core_Auth_Process_WarnShortSSOInterval extends SimpleSAML_Auth_ProcessingFilter { diff --git a/modules/core/lib/Auth/Source/AdminPassword.php b/modules/core/lib/Auth/Source/AdminPassword.php index 12cf0dcaa..9ce8e0dd3 100644 --- a/modules/core/lib/Auth/Source/AdminPassword.php +++ b/modules/core/lib/Auth/Source/AdminPassword.php @@ -4,7 +4,7 @@ * Authentication source which verifies the password against * the 'auth.adminpassword' configuration option. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_core_Auth_Source_AdminPassword extends sspmod_core_Auth_UserPassBase { diff --git a/modules/core/lib/Auth/UserPassBase.php b/modules/core/lib/Auth/UserPassBase.php index 7c6b5dd09..199430c9e 100644 --- a/modules/core/lib/Auth/UserPassBase.php +++ b/modules/core/lib/Auth/UserPassBase.php @@ -7,7 +7,7 @@ * implementing a single function: login($username, $password) * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ abstract class sspmod_core_Auth_UserPassBase extends SimpleSAML_Auth_Source { @@ -262,7 +262,7 @@ abstract class sspmod_core_Auth_UserPassBase extends SimpleSAML_Auth_Source { assert('is_array($attributes)'); $state['Attributes'] = $attributes; - /* Return control to simpleSAMLphp after successful authentication. */ + /* Return control to SimpleSAMLphp after successful authentication. */ SimpleSAML_Auth_Source::completeAuth($state); } diff --git a/modules/core/lib/Auth/UserPassOrgBase.php b/modules/core/lib/Auth/UserPassOrgBase.php index 5058537f0..4e9defab3 100644 --- a/modules/core/lib/Auth/UserPassOrgBase.php +++ b/modules/core/lib/Auth/UserPassOrgBase.php @@ -9,7 +9,7 @@ * - getOrganizations() * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ abstract class sspmod_core_Auth_UserPassOrgBase extends SimpleSAML_Auth_Source { diff --git a/modules/core/lib/Stats/Output/File.php b/modules/core/lib/Stats/Output/File.php index 154fc8c60..4956c82ef 100644 --- a/modules/core/lib/Stats/Output/File.php +++ b/modules/core/lib/Stats/Output/File.php @@ -3,7 +3,7 @@ /** * Statistics logger that writes to a set of log files * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_core_Stats_Output_File extends SimpleSAML_Stats_Output { diff --git a/modules/core/lib/Stats/Output/Log.php b/modules/core/lib/Stats/Output/Log.php index 184a5df0c..9c50dfad6 100644 --- a/modules/core/lib/Stats/Output/Log.php +++ b/modules/core/lib/Stats/Output/Log.php @@ -3,7 +3,7 @@ /** * Statistics logger that writes to the default logging handler. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_core_Stats_Output_Log extends SimpleSAML_Stats_Output { diff --git a/modules/core/lib/Storage/SQLPermanentStorage.php b/modules/core/lib/Storage/SQLPermanentStorage.php index 0a1a925b6..89d81acab 100644 --- a/modules/core/lib/Storage/SQLPermanentStorage.php +++ b/modules/core/lib/Storage/SQLPermanentStorage.php @@ -7,7 +7,7 @@ * to store data permanently. * * @author Andreas Ã…kre Solberg <andreas@uninett.no>, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_core_Storage_SQLPermanentStorage { diff --git a/modules/core/templates/short_sso_interval.php b/modules/core/templates/short_sso_interval.php index 7310c40ad..a50b3b82b 100644 --- a/modules/core/templates/short_sso_interval.php +++ b/modules/core/templates/short_sso_interval.php @@ -6,7 +6,7 @@ * - 'target': Target URL. * - 'params': Parameters which should be included in the request. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ diff --git a/modules/core/www/as_login.php b/modules/core/www/as_login.php index dc1a61b11..9fcd6ba8a 100644 --- a/modules/core/www/as_login.php +++ b/modules/core/www/as_login.php @@ -3,7 +3,7 @@ /** * Endpoint for logging in with an authentication source. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ if (!is_string($_REQUEST['ReturnTo'])) { diff --git a/modules/core/www/as_logout.php b/modules/core/www/as_logout.php index aa9effe6d..f3bbf5535 100644 --- a/modules/core/www/as_logout.php +++ b/modules/core/www/as_logout.php @@ -3,7 +3,7 @@ /** * Endpoint for logging out in with an authentication source. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ if (!isset($_REQUEST['ReturnTo']) || !is_string($_REQUEST['ReturnTo'])) { diff --git a/modules/core/www/cleardiscochoices.php b/modules/core/www/cleardiscochoices.php index 0e8dab557..b3f64187f 100644 --- a/modules/core/www/cleardiscochoices.php +++ b/modules/core/www/cleardiscochoices.php @@ -6,7 +6,7 @@ require_once('_include.php'); * This page clears the user's IdP discovery choices. */ -/* The base path for cookies. This should be the installation directory for simpleSAMLphp. */ +/* The base path for cookies. This should be the installation directory for SimpleSAMLphp. */ $config = SimpleSAML_Configuration::getInstance(); $cookiePath = '/' . $config->getBaseUrl(); diff --git a/modules/core/www/frontpage_auth.php b/modules/core/www/frontpage_auth.php index 2622b1d83..ae2d683c7 100644 --- a/modules/core/www/frontpage_auth.php +++ b/modules/core/www/frontpage_auth.php @@ -1,7 +1,7 @@ <?php -/* Load simpleSAMLphp, configuration */ +/* Load SimpleSAMLphp, configuration */ $config = SimpleSAML_Configuration::getInstance(); $session = SimpleSAML_Session::getSessionFromRequest(); diff --git a/modules/core/www/frontpage_config.php b/modules/core/www/frontpage_config.php index d04beaf60..61b9d1740 100644 --- a/modules/core/www/frontpage_config.php +++ b/modules/core/www/frontpage_config.php @@ -2,7 +2,7 @@ -/* Load simpleSAMLphp, configuration */ +/* Load SimpleSAMLphp, configuration */ $config = SimpleSAML_Configuration::getInstance(); $session = SimpleSAML_Session::getSessionFromRequest(); diff --git a/modules/core/www/frontpage_federation.php b/modules/core/www/frontpage_federation.php index 4a3653f88..84824cdc9 100644 --- a/modules/core/www/frontpage_federation.php +++ b/modules/core/www/frontpage_federation.php @@ -2,7 +2,7 @@ -/* Load simpleSAMLphp, configuration */ +/* Load SimpleSAMLphp, configuration */ $config = SimpleSAML_Configuration::getInstance(); $session = SimpleSAML_Session::getSessionFromRequest(); diff --git a/modules/core/www/frontpage_welcome.php b/modules/core/www/frontpage_welcome.php index 4fb5227fa..e98d3b978 100644 --- a/modules/core/www/frontpage_welcome.php +++ b/modules/core/www/frontpage_welcome.php @@ -1,7 +1,7 @@ <?php -/* Load simpleSAMLphp, configuration */ +/* Load SimpleSAMLphp, configuration */ $config = SimpleSAML_Configuration::getInstance(); $session = SimpleSAML_Session::getSessionFromRequest(); diff --git a/modules/core/www/loginuserpass.php b/modules/core/www/loginuserpass.php index f253ac532..ec305a0ab 100644 --- a/modules/core/www/loginuserpass.php +++ b/modules/core/www/loginuserpass.php @@ -6,7 +6,7 @@ * username/password authentication. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ /* Retrieve the authentication state. */ diff --git a/modules/core/www/loginuserpassorg.php b/modules/core/www/loginuserpassorg.php index 441f046aa..e2a3a6539 100644 --- a/modules/core/www/loginuserpassorg.php +++ b/modules/core/www/loginuserpassorg.php @@ -6,7 +6,7 @@ * username/password/organization authentication. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ /* Retrieve the authentication state. */ diff --git a/modules/core/www/postredirect.php b/modules/core/www/postredirect.php index cd124efcb..d4a16bb2c 100644 --- a/modules/core/www/postredirect.php +++ b/modules/core/www/postredirect.php @@ -3,7 +3,7 @@ /** * This page provides a way to create a redirect to a POST request. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ if (array_key_exists('RedirId', $_REQUEST)) { diff --git a/modules/core/www/short_sso_interval.php b/modules/core/www/short_sso_interval.php index 5e225bfbf..680818371 100644 --- a/modules/core/www/short_sso_interval.php +++ b/modules/core/www/short_sso_interval.php @@ -3,7 +3,7 @@ * Show a warning to an user about the SP requesting SSO a short time after * doing it previously. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ if (!array_key_exists('StateId', $_REQUEST)) { diff --git a/modules/core/www/show_metadata.php b/modules/core/www/show_metadata.php index 8afa29891..b33f575bf 100644 --- a/modules/core/www/show_metadata.php +++ b/modules/core/www/show_metadata.php @@ -26,7 +26,7 @@ $m = $metadata->getMetadata($_REQUEST['entityid'], $_REQUEST['set']); $t = new SimpleSAML_XHTML_Template($config, 'core:show_metadata.tpl.php'); $t->data['clipboard.js'] = true; $t->data['pageid'] = 'show_metadata'; -$t->data['header'] = 'simpleSAMLphp Show Metadata'; +$t->data['header'] = 'SimpleSAMLphp Show Metadata'; $t->data['backlink'] = SimpleSAML_Module::getModuleURL('core/frontpage_federation.php'); $t->data['m'] = $m; diff --git a/modules/cron/www/croninfo.php b/modules/cron/www/croninfo.php index 204f60767..c90f7edcf 100644 --- a/modules/cron/www/croninfo.php +++ b/modules/cron/www/croninfo.php @@ -1,13 +1,13 @@ <?php /** - * The _include script registers a autoloader for the simpleSAMLphp libraries. It also - * initializes the simpleSAMLphp config class with the correct path. + * The _include script registers a autoloader for the SimpleSAMLphp libraries. It also + * initializes the SimpleSAMLphp config class with the correct path. */ require_once('_include.php'); -/* Load simpleSAMLphp, configuration and metadata */ +/* Load SimpleSAMLphp, configuration and metadata */ $config = SimpleSAML_Configuration::getInstance(); $session = SimpleSAML_Session::getSessionFromRequest(); diff --git a/modules/exampleauth/lib/Auth/Source/External.php b/modules/exampleauth/lib/Auth/Source/External.php index 22cc4e2d6..3df0b939d 100644 --- a/modules/exampleauth/lib/Auth/Source/External.php +++ b/modules/exampleauth/lib/Auth/Source/External.php @@ -18,7 +18,7 @@ * '<mymodule>:External', * ), * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_exampleauth_Auth_Source_External extends SimpleSAML_Auth_Source { @@ -64,7 +64,7 @@ class sspmod_exampleauth_Auth_Source_External extends SimpleSAML_Auth_Source { /* * Find the attributes for the user. - * Note that all attributes in simpleSAMLphp are multivalued, so we need + * Note that all attributes in SimpleSAMLphp are multivalued, so we need * to store them as arrays. */ diff --git a/modules/exampleauth/lib/Auth/Source/Static.php b/modules/exampleauth/lib/Auth/Source/Static.php index 07351df97..f2f9e8a2e 100644 --- a/modules/exampleauth/lib/Auth/Source/Static.php +++ b/modules/exampleauth/lib/Auth/Source/Static.php @@ -7,7 +7,7 @@ * a static set of attributes. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_exampleauth_Auth_Source_Static extends SimpleSAML_Auth_Source { diff --git a/modules/exampleauth/lib/Auth/Source/UserPass.php b/modules/exampleauth/lib/Auth/Source/UserPass.php index 22923c1e6..5c464d32f 100644 --- a/modules/exampleauth/lib/Auth/Source/UserPass.php +++ b/modules/exampleauth/lib/Auth/Source/UserPass.php @@ -7,7 +7,7 @@ * and authenticates users against this array. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_exampleauth_Auth_Source_UserPass extends sspmod_core_Auth_UserPassBase { diff --git a/modules/exampleauth/www/authpage.php b/modules/exampleauth/www/authpage.php index fa77c9f95..209a9b83f 100644 --- a/modules/exampleauth/www/authpage.php +++ b/modules/exampleauth/www/authpage.php @@ -6,7 +6,7 @@ * Note that we don't actually validate the user in this example. This page * just serves to make the example work out of the box. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ if (!isset($_REQUEST['ReturnTo'])) { diff --git a/modules/exampleauth/www/redirecttest.php b/modules/exampleauth/www/redirecttest.php index 147051cd1..96ff9a50f 100644 --- a/modules/exampleauth/www/redirecttest.php +++ b/modules/exampleauth/www/redirecttest.php @@ -4,7 +4,7 @@ * Request handler for redirect filter test. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ if (!array_key_exists('StateId', $_REQUEST)) { diff --git a/modules/exampleauth/www/resume.php b/modules/exampleauth/www/resume.php index 918ca2fdd..08d66dd3f 100644 --- a/modules/exampleauth/www/resume.php +++ b/modules/exampleauth/www/resume.php @@ -6,6 +6,6 @@ * * It simply passes control back to the class. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ sspmod_exampleauth_Auth_Source_External::resume(); diff --git a/modules/expirycheck/lib/Auth/Process/ExpiryDate.php b/modules/expirycheck/lib/Auth/Process/ExpiryDate.php index 9d04d763b..15db10de7 100644 --- a/modules/expirycheck/lib/Auth/Process/ExpiryDate.php +++ b/modules/expirycheck/lib/Auth/Process/ExpiryDate.php @@ -17,7 +17,7 @@ * </code> * * @author Alex MihiÄinac, ARNES. <alexm@arnes.si> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_expirycheck_Auth_Process_ExpiryDate extends SimpleSAML_Auth_ProcessingFilter { diff --git a/modules/expirycheck/templates/about2expire.php b/modules/expirycheck/templates/about2expire.php index f695cdb00..e2be96973 100644 --- a/modules/expirycheck/templates/about2expire.php +++ b/modules/expirycheck/templates/about2expire.php @@ -13,7 +13,7 @@ * - 'attributes': The attributes which are about to be released. * - 'sppp': URL to the privacy policy of the destination, or FALSE. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ # netid will expire today diff --git a/modules/expirycheck/www/about2expire.php b/modules/expirycheck/www/about2expire.php index 9531fcbda..441f6f590 100644 --- a/modules/expirycheck/www/about2expire.php +++ b/modules/expirycheck/www/about2expire.php @@ -3,7 +3,7 @@ /** * about2expire.php * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ SimpleSAML_Logger::info('expirycheck - User has been warned that NetID is near to expirational date.'); diff --git a/modules/expirycheck/www/expired.php b/modules/expirycheck/www/expired.php index 5be027e09..762c4e9de 100644 --- a/modules/expirycheck/www/expired.php +++ b/modules/expirycheck/www/expired.php @@ -3,7 +3,7 @@ /** * about2expire.php * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ SimpleSAML_Logger::info('expirycheck - User has been warned that NetID is near to expirational date.'); diff --git a/modules/ldap/docs/ldap.txt b/modules/ldap/docs/ldap.txt index f24dc8b58..4a6e957ed 100644 --- a/modules/ldap/docs/ldap.txt +++ b/modules/ldap/docs/ldap.txt @@ -72,7 +72,7 @@ authentication source: 'search.attributes' => array('uid', 'mail'), /* - * The username & password where simpleSAMLphp should bind to before searching. If + * The username & password where SimpleSAMLphp should bind to before searching. If * this is left NULL, no bind will be performed before searching. */ 'search.username' => NULL, diff --git a/modules/ldap/lib/Auth/Process/AttributeAddFromLDAP.php b/modules/ldap/lib/Auth/Process/AttributeAddFromLDAP.php index 8e6e94b12..146464b24 100644 --- a/modules/ldap/lib/Auth/Process/AttributeAddFromLDAP.php +++ b/modules/ldap/lib/Auth/Process/AttributeAddFromLDAP.php @@ -27,7 +27,7 @@ * @author Steve Moitozo * @author JAARS, Inc. * @author Ryan Panning - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_ldap_Auth_Process_AttributeAddFromLDAP extends sspmod_ldap_Auth_Process_BaseFilter { diff --git a/modules/ldap/lib/Auth/Process/AttributeAddUsersGroups.php b/modules/ldap/lib/Auth/Process/AttributeAddUsersGroups.php index 23489bd9d..bb44ba248 100644 --- a/modules/ldap/lib/Auth/Process/AttributeAddUsersGroups.php +++ b/modules/ldap/lib/Auth/Process/AttributeAddUsersGroups.php @@ -6,7 +6,7 @@ * a defined attribute, in DN format. * * @author Ryan Panning <panman@traileyes.com> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_ldap_Auth_Process_AttributeAddUsersGroups extends sspmod_ldap_Auth_Process_BaseFilter { diff --git a/modules/ldap/lib/Auth/Process/BaseFilter.php b/modules/ldap/lib/Auth/Process/BaseFilter.php index b5e188c21..0857840bc 100644 --- a/modules/ldap/lib/Auth/Process/BaseFilter.php +++ b/modules/ldap/lib/Auth/Process/BaseFilter.php @@ -6,7 +6,7 @@ * and connects to the ldap server. * * @author Ryan Panning <panman@traileyes.com> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ abstract class sspmod_ldap_Auth_Process_BaseFilter extends SimpleSAML_Auth_ProcessingFilter { diff --git a/modules/ldap/lib/Auth/Source/LDAP.php b/modules/ldap/lib/Auth/Source/LDAP.php index 4ac9aece3..66597c459 100644 --- a/modules/ldap/lib/Auth/Source/LDAP.php +++ b/modules/ldap/lib/Auth/Source/LDAP.php @@ -8,7 +8,7 @@ * * This class is based on www/auth/login.php. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_ldap_Auth_Source_LDAP extends sspmod_core_Auth_UserPassBase { diff --git a/modules/ldap/lib/Auth/Source/LDAPMulti.php b/modules/ldap/lib/Auth/Source/LDAPMulti.php index a879cc539..c30438bbb 100644 --- a/modules/ldap/lib/Auth/Source/LDAPMulti.php +++ b/modules/ldap/lib/Auth/Source/LDAPMulti.php @@ -8,7 +8,7 @@ * * This class is based on www/auth/login.php. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_ldap_Auth_Source_LDAPMulti extends sspmod_core_Auth_UserPassOrgBase { diff --git a/modules/ldap/lib/ConfigHelper.php b/modules/ldap/lib/ConfigHelper.php index d5d271b07..ed277b9d0 100644 --- a/modules/ldap/lib/ConfigHelper.php +++ b/modules/ldap/lib/ConfigHelper.php @@ -6,7 +6,7 @@ * See the ldap-entry in config-templates/authsources.php for information about * configuration of these options. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_ldap_ConfigHelper { diff --git a/modules/metarefresh/bin/metarefresh.php b/modules/metarefresh/bin/metarefresh.php index b31fff56a..707ff05f9 100755 --- a/modules/metarefresh/bin/metarefresh.php +++ b/modules/metarefresh/bin/metarefresh.php @@ -2,12 +2,12 @@ <?php /* - * This script can be used to generate metadata for simpleSAMLphp + * This script can be used to generate metadata for SimpleSAMLphp * based on an XML metadata file. */ -/* This is the base directory of the simpleSAMLphp installation. */ +/* This is the base directory of the SimpleSAMLphp installation. */ $baseDir = dirname(dirname(dirname(dirname(__FILE__)))); /* Add library autoloader. */ @@ -171,7 +171,7 @@ function printHelp() { echo(' -h, --help Print this help.' . "\n"); echo(' -o=<DIR>, --out-dir=<DIR> Write the output to this directory. The' . "\n"); echo(' default directory is metadata-generated/.' . "\n"); - echo(' Path will be relative to the simpleSAMLphp' . "\n"); + echo(' Path will be relative to the SimpleSAMLphp' . "\n"); echo(' base directory.' . "\n"); echo(' -s, --stdout Write the output to stdout instead of' . "\n"); echo(' seperate files in the output directory.' . "\n"); diff --git a/modules/metarefresh/lib/ARP.php b/modules/metarefresh/lib/ARP.php index b9a9d7d98..20f5c764d 100644 --- a/modules/metarefresh/lib/ARP.php +++ b/modules/metarefresh/lib/ARP.php @@ -1,7 +1,7 @@ <?php /* * @author Andreas Ã…kre Solberg <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_metarefresh_ARP { diff --git a/modules/metarefresh/lib/MetaLoader.php b/modules/metarefresh/lib/MetaLoader.php index 40c0359cb..df88e8e95 100644 --- a/modules/metarefresh/lib/MetaLoader.php +++ b/modules/metarefresh/lib/MetaLoader.php @@ -1,7 +1,7 @@ <?php /* * @author Andreas Ã…kre Solberg <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_metarefresh_MetaLoader { diff --git a/modules/multiauth/lib/Auth/Source/MultiAuth.php b/modules/multiauth/lib/Auth/Source/MultiAuth.php index 0235cdade..4fcfc47ee 100644 --- a/modules/multiauth/lib/Auth/Source/MultiAuth.php +++ b/modules/multiauth/lib/Auth/Source/MultiAuth.php @@ -5,7 +5,7 @@ * other authentication sources * * @author Lorenzo Gil, Yaco Sistemas S.L. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_multiauth_Auth_Source_MultiAuth extends SimpleSAML_Auth_Source { @@ -203,7 +203,7 @@ class sspmod_multiauth_Auth_Source_MultiAuth extends SimpleSAML_Auth_Source { /* We save the cookies for 90 days. */ 'lifetime' => (60*60*24*90), /* The base path for cookies. - This should be the installation directory for simpleSAMLphp. */ + This should be the installation directory for SimpleSAMLphp. */ 'path' => ('/' . $config->getBaseUrl()), 'httponly' => FALSE, ); diff --git a/modules/multiauth/www/selectsource.php b/modules/multiauth/www/selectsource.php index 25119576d..da1568cb4 100644 --- a/modules/multiauth/www/selectsource.php +++ b/modules/multiauth/www/selectsource.php @@ -7,7 +7,7 @@ * delegateAuthentication method on it. * * @author Lorenzo Gil, Yaco Sistemas S.L. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ /* Retrieve the authentication state. */ diff --git a/modules/negotiate/templates/disable.php b/modules/negotiate/templates/disable.php index 28acd0933..cf2368ab9 100644 --- a/modules/negotiate/templates/disable.php +++ b/modules/negotiate/templates/disable.php @@ -5,7 +5,7 @@ * * @author Mathias Meisfjordskar, University of Oslo. * <mathias.meisfjordskar@usit.uio.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ $this->includeAtTemplateBase('includes/header.php'); ?> diff --git a/modules/negotiate/templates/enable.php b/modules/negotiate/templates/enable.php index ff07e65f6..725dc4d02 100644 --- a/modules/negotiate/templates/enable.php +++ b/modules/negotiate/templates/enable.php @@ -5,7 +5,7 @@ * * @author Mathias Meisfjordskar, University of Oslo. * <mathias.meisfjordskar@usit.uio.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ $this->includeAtTemplateBase('includes/header.php'); ?> diff --git a/modules/negotiate/www/backend.php b/modules/negotiate/www/backend.php index 7348fd98f..f81551112 100644 --- a/modules/negotiate/www/backend.php +++ b/modules/negotiate/www/backend.php @@ -5,7 +5,7 @@ * * @author Mathias Meisfjordskar, University of Oslo. * <mathias.meisfjordskar@usit.uio.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ $state = SimpleSAML_Auth_State::loadState($_REQUEST['AuthState'], sspmod_negotiate_Auth_Source_Negotiate::STAGEID); diff --git a/modules/negotiate/www/disable.php b/modules/negotiate/www/disable.php index 52620042d..e392cac05 100644 --- a/modules/negotiate/www/disable.php +++ b/modules/negotiate/www/disable.php @@ -5,7 +5,7 @@ * * @author Mathias Meisfjordskar, University of Oslo. * <mathias.meisfjordskar@usit.uio.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ $params = array( diff --git a/modules/negotiate/www/enable.php b/modules/negotiate/www/enable.php index 56d66a865..c58159cfe 100644 --- a/modules/negotiate/www/enable.php +++ b/modules/negotiate/www/enable.php @@ -5,7 +5,7 @@ * * @author Mathias Meisfjordskar, University of Oslo. * <mathias.meisfjordskar@usit.uio.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ $params = array( diff --git a/modules/negotiate/www/retry.php b/modules/negotiate/www/retry.php index 23d51c2df..2b121c06c 100644 --- a/modules/negotiate/www/retry.php +++ b/modules/negotiate/www/retry.php @@ -5,7 +5,7 @@ * * @author Mathias Meisfjordskar, University of Oslo. * <mathias.meisfjordskar@usit.uio.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ $state = SimpleSAML_Auth_State::loadState($_REQUEST['AuthState'], sspmod_negotiate_Auth_Source_Negotiate::STAGEID); diff --git a/modules/oauth/bin/demo.php b/modules/oauth/bin/demo.php index f224ac329..01e166f7e 100755 --- a/modules/oauth/bin/demo.php +++ b/modules/oauth/bin/demo.php @@ -10,7 +10,7 @@ function _readline($prompt = '') { try { - /* This is the base directory of the simpleSAMLphp installation. */ + /* This is the base directory of the SimpleSAMLphp installation. */ $baseDir = dirname(dirname(dirname(dirname(__FILE__)))); /* Add library autoloader. */ diff --git a/modules/oauth/lib/Consumer.php b/modules/oauth/lib/Consumer.php index f17640cec..21bc7eb58 100644 --- a/modules/oauth/lib/Consumer.php +++ b/modules/oauth/lib/Consumer.php @@ -6,7 +6,7 @@ require_once(dirname(dirname(__FILE__)) . '/libextinc/OAuth.php'); * OAuth Consumer * * @author Andreas Ã…kre Solberg, <andreas.solberg@uninett.no>, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_oauth_Consumer { diff --git a/modules/oauth/lib/OAuthServer.php b/modules/oauth/lib/OAuthServer.php index 0a421cc6f..03d04fe30 100644 --- a/modules/oauth/lib/OAuthServer.php +++ b/modules/oauth/lib/OAuthServer.php @@ -6,7 +6,7 @@ require_once(dirname(dirname(__FILE__)) . '/libextinc/OAuth.php'); * OAuth Provider implementation.. * * @author Andreas Ã…kre Solberg, <andreas.solberg@uninett.no>, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_oauth_OAuthServer extends OAuthServer { public function get_signature_methods() { diff --git a/modules/oauth/lib/OAuthStore.php b/modules/oauth/lib/OAuthStore.php index 974387a21..f72f66ff8 100644 --- a/modules/oauth/lib/OAuthStore.php +++ b/modules/oauth/lib/OAuthStore.php @@ -9,7 +9,7 @@ require_once(dirname(dirname(__FILE__)) . '/libextinc/OAuth.php'); * * @author Andreas Ã…kre Solberg, <andreas.solberg@uninett.no>, UNINETT AS. * @author Mark Dobrinic, <mdobrinic@cozmanova.com>, Cozmanova bv - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_oauth_OAuthStore extends OAuthDataStore { diff --git a/modules/oauth/lib/Registry.php b/modules/oauth/lib/Registry.php index b8eb7faf2..b2bc33bb9 100644 --- a/modules/oauth/lib/Registry.php +++ b/modules/oauth/lib/Registry.php @@ -4,7 +4,7 @@ * Editor for OAuth Client Registry * * @author Andreas Ã…kre Solberg <andreas@uninett.no>, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_oauth_Registry { diff --git a/modules/oauth/www/registry.edit.php b/modules/oauth/www/registry.edit.php index 6efd59beb..93ea85b40 100644 --- a/modules/oauth/www/registry.edit.php +++ b/modules/oauth/www/registry.edit.php @@ -1,6 +1,6 @@ <?php -/* Load simpleSAMLphp, configuration and metadata */ +/* Load SimpleSAMLphp, configuration and metadata */ $config = SimpleSAML_Configuration::getInstance(); $session = SimpleSAML_Session::getSessionFromRequest(); $oauthconfig = SimpleSAML_Configuration::getOptionalConfig('module_oauth.php'); diff --git a/modules/oauth/www/registry.php b/modules/oauth/www/registry.php index d611c3e05..14d778eae 100644 --- a/modules/oauth/www/registry.php +++ b/modules/oauth/www/registry.php @@ -1,6 +1,6 @@ <?php -/* Load simpleSAMLphp, configuration and metadata */ +/* Load SimpleSAMLphp, configuration and metadata */ $config = SimpleSAML_Configuration::getInstance(); $session = SimpleSAML_Session::getSessionFromRequest(); $oauthconfig = SimpleSAML_Configuration::getOptionalConfig('module_oauth.php'); diff --git a/modules/preprodwarning/lib/Auth/Process/Warning.php b/modules/preprodwarning/lib/Auth/Process/Warning.php index acb740c2b..161918ba0 100644 --- a/modules/preprodwarning/lib/Auth/Process/Warning.php +++ b/modules/preprodwarning/lib/Auth/Process/Warning.php @@ -3,7 +3,7 @@ /** * Give a warning that the user is accessing a test system, not a production system. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_preprodwarning_Auth_Process_Warning extends SimpleSAML_Auth_ProcessingFilter { diff --git a/modules/preprodwarning/templates/warning.php b/modules/preprodwarning/templates/warning.php index ea01ceaf2..981e2ffe3 100644 --- a/modules/preprodwarning/templates/warning.php +++ b/modules/preprodwarning/templates/warning.php @@ -13,7 +13,7 @@ * - 'attributes': The attributes which are about to be released. * - 'sppp': URL to the privacy policy of the destination, or FALSE. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ diff --git a/modules/preprodwarning/www/showwarning.php b/modules/preprodwarning/www/showwarning.php index 7be7493c3..65116b5a6 100644 --- a/modules/preprodwarning/www/showwarning.php +++ b/modules/preprodwarning/www/showwarning.php @@ -4,7 +4,7 @@ * This script displays a page to the user, which requests that the user * authorizes the release of attributes. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ SimpleSAML_Logger::info('PreProdWarning - Showing warning to user'); diff --git a/modules/radius/lib/Auth/Source/Radius.php b/modules/radius/lib/Auth/Source/Radius.php index 383369231..bcb9a68ed 100644 --- a/modules/radius/lib/Auth/Source/Radius.php +++ b/modules/radius/lib/Auth/Source/Radius.php @@ -5,7 +5,7 @@ * * This class is based on www/auth/login-radius.php. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_radius_Auth_Source_Radius extends sspmod_core_Auth_UserPassBase { diff --git a/modules/riak/docs/simplesamlphp-riak.txt b/modules/riak/docs/simplesamlphp-riak.txt index fab07bc09..c5e13a721 100644 --- a/modules/riak/docs/simplesamlphp-riak.txt +++ b/modules/riak/docs/simplesamlphp-riak.txt @@ -14,7 +14,7 @@ Introduction ------------ The riak module implements a Store that can be used as a backend -for simpleSAMLphp session data like the phpsession, sql, or memcache +for SimpleSAMLphp session data like the phpsession, sql, or memcache backends. Preparations @@ -39,7 +39,7 @@ enabling the following modules: 2. riak The cron module allows you to do tasks regularly by setting up a -cronjob that calls hooks in simpleSAMLphp. This is required by the +cronjob that calls hooks in SimpleSAMLphp. This is required by the riak module to remove expired entries in the store. Enabling the riak module allows it to be loaded and used as a storage diff --git a/modules/saml/docs/keyrollover.txt b/modules/saml/docs/keyrollover.txt index 5c1818001..46268f2b3 100644 --- a/modules/saml/docs/keyrollover.txt +++ b/modules/saml/docs/keyrollover.txt @@ -1,7 +1,7 @@ -Key rollover with simpleSAMLphp +Key rollover with SimpleSAMLphp =============================== -This document gives a quick guide to doing key rollover with a simpleSAMLphp service provider or identity provider. +This document gives a quick guide to doing key rollover with a SimpleSAMLphp service provider or identity provider. Create the new key and certificate @@ -14,7 +14,7 @@ To create a self signed certificate, you may use the following command: openssl req -newkey rsa:2048 -new -x509 -days 3652 -nodes -out new.crt -keyout new.pem -Add the new key to simpleSAMLphp +Add the new key to SimpleSAMLphp -------------------------------- Where you add the new key depends on whether you are doing key rollover for a service provider or an identity provider. @@ -24,7 +24,7 @@ If you are changing the keys for both an service provider and identity provider The new certificate and key is added to the configuration with the prefix `new_`: -When the new key is added, simpleSAMLphp will attempt to use both the new key and the old key for decryption of messages, but only the old key will be used for signing messages. +When the new key is added, SimpleSAMLphp will attempt to use both the new key and the old key for decryption of messages, but only the old key will be used for signing messages. The metadata will be updated to list the new key for signing and encryption, and the old key will no longer listed as available for encryption. This ensures that both those entities that use your old metadata and those that use your new metadata will be able to send and receive messages from you. diff --git a/modules/saml/docs/nameid.txt b/modules/saml/docs/nameid.txt index fc5072f69..2c719552c 100644 --- a/modules/saml/docs/nameid.txt +++ b/modules/saml/docs/nameid.txt @@ -66,7 +66,7 @@ No extra options are available for this filter. Generates and stores persistent NameIDs in a SQL datastore. This filter generates and stores a persistent NameID in a SQL datastore. -To use this filter, simpleSAMLphp must be configured to use a SQL datastore. +To use this filter, SimpleSAMLphp must be configured to use a SQL datastore. See the `store.type` configuration option in `config.php`. ### Options diff --git a/modules/saml/docs/sp.txt b/modules/saml/docs/sp.txt index c3a24c8f1..6d4046425 100644 --- a/modules/saml/docs/sp.txt +++ b/modules/saml/docs/sp.txt @@ -7,7 +7,7 @@ This authentication source is used to authenticate against SAML 1 and SAML 2 IdP Metadata -------- -The metadata for your SP will be available from the federation page on your simpleSAMLphp installation. +The metadata for your SP will be available from the federation page on your SimpleSAMLphp installation. SimpleSAMLphp supports generating metadata with the MDUI and MDRPI metadata extensions. See the documentation for those extensions for more details: @@ -290,7 +290,7 @@ Options : *Note*: SAML 2 specific. For SAML 1.1 SPs, you must specify the `TARGET` parameter in the authentication response. How to set that parameter is depends on the IdP. - For simpleSAMLphp, see the documentation for [IdP-first flow](./simplesamlphp-idp-more#section_4_1). + For SimpleSAMLphp, see the documentation for [IdP-first flow](./simplesamlphp-idp-more#section_4_1). `saml.SOAPClient.certificate` : A file with a certificate _and_ private key that should be used when issuing SOAP requests from this SP. diff --git a/modules/saml/lib/BaseNameIDGenerator.php b/modules/saml/lib/BaseNameIDGenerator.php index 421b311ca..69ce1fecc 100644 --- a/modules/saml/lib/BaseNameIDGenerator.php +++ b/modules/saml/lib/BaseNameIDGenerator.php @@ -3,7 +3,7 @@ /** * Base filter for generating NameID values. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ abstract class sspmod_saml_BaseNameIDGenerator extends SimpleSAML_Auth_ProcessingFilter { diff --git a/modules/saml/lib/Error.php b/modules/saml/lib/Error.php index a920e124c..e3916ee9c 100644 --- a/modules/saml/lib/Error.php +++ b/modules/saml/lib/Error.php @@ -3,7 +3,7 @@ /** * Class for representing a SAML 2 error. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_saml_Error extends SimpleSAML_Error_Exception { diff --git a/modules/saml/lib/IdP/SAML1.php b/modules/saml/lib/IdP/SAML1.php index b4956fd9f..15fd199e2 100644 --- a/modules/saml/lib/IdP/SAML1.php +++ b/modules/saml/lib/IdP/SAML1.php @@ -3,7 +3,7 @@ /** * IdP implementation for SAML 1.1 protocol. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_saml_IdP_SAML1 { diff --git a/modules/saml/lib/IdP/SAML2.php b/modules/saml/lib/IdP/SAML2.php index 6aafef455..dfe147feb 100644 --- a/modules/saml/lib/IdP/SAML2.php +++ b/modules/saml/lib/IdP/SAML2.php @@ -3,7 +3,7 @@ /** * IdP implementation for SAML 2.0 protocol. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_saml_IdP_SAML2 { diff --git a/modules/saml/lib/IdP/SQLNameID.php b/modules/saml/lib/IdP/SQLNameID.php index ba5668a14..14ceb65df 100644 --- a/modules/saml/lib/IdP/SQLNameID.php +++ b/modules/saml/lib/IdP/SQLNameID.php @@ -3,7 +3,7 @@ /** * Helper class for working with persistent NameIDs stored in SQL datastore. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_saml_IdP_SQLNameID { @@ -45,7 +45,7 @@ class sspmod_saml_IdP_SQLNameID { $store = SimpleSAML_Store::getInstance(); if (!($store instanceof SimpleSAML_Store_SQL)) { - throw new SimpleSAML_Error_Exception('SQL NameID store requires simpleSAMLphp to be configured with a SQL datastore.'); + throw new SimpleSAML_Error_Exception('SQL NameID store requires SimpleSAMLphp to be configured with a SQL datastore.'); } self::createTable($store); diff --git a/modules/saml/lib/Message.php b/modules/saml/lib/Message.php index da841b5bb..17bb5b382 100644 --- a/modules/saml/lib/Message.php +++ b/modules/saml/lib/Message.php @@ -5,7 +5,7 @@ * Common code for building SAML 2 messages based on the * available metadata. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_saml_Message { diff --git a/modules/saml/lib/SP/LogoutStore.php b/modules/saml/lib/SP/LogoutStore.php index b471f60e0..9c8b0d4df 100644 --- a/modules/saml/lib/SP/LogoutStore.php +++ b/modules/saml/lib/SP/LogoutStore.php @@ -3,7 +3,7 @@ /** * A directory over logout information. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_saml_SP_LogoutStore { diff --git a/modules/saml/www/idp/certs.php b/modules/saml/www/idp/certs.php index 83f2f1984..780beb5a7 100644 --- a/modules/saml/www/idp/certs.php +++ b/modules/saml/www/idp/certs.php @@ -1,6 +1,6 @@ <?php -/* Load simpleSAMLphp, configuration and metadata */ +/* Load SimpleSAMLphp, configuration and metadata */ $config = SimpleSAML_Configuration::getInstance(); $metadata = SimpleSAML_Metadata_MetaDataStorageHandler::getMetadataHandler(); diff --git a/modules/sanitycheck/config-templates/config-sanitycheck.php b/modules/sanitycheck/config-templates/config-sanitycheck.php index 78635c5da..748a21bfb 100644 --- a/modules/sanitycheck/config-templates/config-sanitycheck.php +++ b/modules/sanitycheck/config-templates/config-sanitycheck.php @@ -1,6 +1,6 @@ <?php /* - * The configuration of simpleSAMLphp sanitycheck package + * The configuration of SimpleSAMLphp sanitycheck package */ $config = array ( diff --git a/modules/sanitycheck/hooks/hook_frontpage.php b/modules/sanitycheck/hooks/hook_frontpage.php index f76e482c5..c497b42f2 100644 --- a/modules/sanitycheck/hooks/hook_frontpage.php +++ b/modules/sanitycheck/hooks/hook_frontpage.php @@ -10,7 +10,7 @@ function sanitycheck_hook_frontpage(&$links) { $links['config']['santitycheck'] = array( 'href' => SimpleSAML_Module::getModuleURL('sanitycheck/index.php'), - 'text' => array('en' => 'Sanity check of your simpleSAMLphp setup'), + 'text' => array('en' => 'Sanity check of your SimpleSAMLphp setup'), 'shorttext' => array('en' => 'SanityCheck'), ); diff --git a/modules/smartattributes/lib/Auth/Process/SmartName.php b/modules/smartattributes/lib/Auth/Process/SmartName.php index 035d28a1e..aaca17694 100644 --- a/modules/smartattributes/lib/Auth/Process/SmartName.php +++ b/modules/smartattributes/lib/Auth/Process/SmartName.php @@ -4,7 +4,7 @@ * Filter to set name in a smart way, based on available name attributes. * * @author Andreas Ã…kre Solberg, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_smartattribute_Auth_Process_SmartName extends SimpleSAML_Auth_ProcessingFilter { diff --git a/modules/sqlauth/lib/Auth/Source/SQL.php b/modules/sqlauth/lib/Auth/Source/SQL.php index 3279fbe0e..abd9a4155 100644 --- a/modules/sqlauth/lib/Auth/Source/SQL.php +++ b/modules/sqlauth/lib/Auth/Source/SQL.php @@ -6,7 +6,7 @@ * This class is an example authentication source which authenticates an user * against a SQL database. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_sqlauth_Auth_Source_SQL extends sspmod_core_Auth_UserPassBase { diff --git a/modules/statistics/bin/loganalyzer.php b/modules/statistics/bin/loganalyzer.php index f64fa99cd..a35348d46 100755 --- a/modules/statistics/bin/loganalyzer.php +++ b/modules/statistics/bin/loganalyzer.php @@ -2,7 +2,7 @@ <?php -/* This is the base directory of the simpleSAMLphp installation. */ +/* This is the base directory of the SimpleSAMLphp installation. */ $baseDir = dirname(dirname(dirname(dirname(__FILE__)))); /* Add library autoloader. */ diff --git a/modules/statistics/bin/logcleaner.php b/modules/statistics/bin/logcleaner.php index 4bdad961e..ca4acc88b 100755 --- a/modules/statistics/bin/logcleaner.php +++ b/modules/statistics/bin/logcleaner.php @@ -2,7 +2,7 @@ <?php -/* This is the base directory of the simpleSAMLphp installation. */ +/* This is the base directory of the SimpleSAMLphp installation. */ $baseDir = dirname(dirname(dirname(dirname(__FILE__)))); /* Add library autoloader. */ diff --git a/modules/statistics/config-templates/module_statistics.php b/modules/statistics/config-templates/module_statistics.php index ca0180826..51d3c31cd 100644 --- a/modules/statistics/config-templates/module_statistics.php +++ b/modules/statistics/config-templates/module_statistics.php @@ -1,6 +1,6 @@ <?php /* - * The configuration of simpleSAMLphp statistics package + * The configuration of SimpleSAMLphp statistics package */ $config = array ( diff --git a/modules/statistics/docs/statistics.txt b/modules/statistics/docs/statistics.txt index a7d28a556..07d7e40c4 100644 --- a/modules/statistics/docs/statistics.txt +++ b/modules/statistics/docs/statistics.txt @@ -125,5 +125,5 @@ Support If you need help to make this work, or want to discuss SimpleSAMLphp with other users of the software, you are fortunate: Around SimpleSAMLphp there is a great Open source community, and you are welcome to join! The forums are open for you to ask questions, contribute answers other further questions, request improvements or contribute with code or plugins of your own. - [SimpleSAMLphp homepage](http://simplesamlphp.org) -- [List of all available simpleSAMLphp documentation](http://simplesamlphp.org/docs/stable/) +- [List of all available SimpleSAMLphp documentation](http://simplesamlphp.org/docs/stable/) - [Join the SimpleSAMLphp user's mailing list](http://simplesamlphp.org/lists) diff --git a/modules/statistics/lib/AccessCheck.php b/modules/statistics/lib/AccessCheck.php index 4d393b896..cd3c5f4b7 100644 --- a/modules/statistics/lib/AccessCheck.php +++ b/modules/statistics/lib/AccessCheck.php @@ -3,7 +3,7 @@ /** * Class implementing the access checker function for the statistics module. * - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_statistics_AccessCheck { diff --git a/modules/statistics/lib/Aggregator.php b/modules/statistics/lib/Aggregator.php index 6806724ca..5e2c5073a 100644 --- a/modules/statistics/lib/Aggregator.php +++ b/modules/statistics/lib/Aggregator.php @@ -1,7 +1,7 @@ <?php /* * @author Andreas Ã…kre Solberg <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_statistics_Aggregator { diff --git a/modules/statistics/lib/DateHandler.php b/modules/statistics/lib/DateHandler.php index 271d5a773..34eab3359 100644 --- a/modules/statistics/lib/DateHandler.php +++ b/modules/statistics/lib/DateHandler.php @@ -1,7 +1,7 @@ <?php /* * @author Andreas Ã…kre Solberg <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_statistics_DateHandler { diff --git a/modules/statistics/lib/DateHandlerMonth.php b/modules/statistics/lib/DateHandlerMonth.php index c7f0fae65..20adb8122 100644 --- a/modules/statistics/lib/DateHandlerMonth.php +++ b/modules/statistics/lib/DateHandlerMonth.php @@ -1,7 +1,7 @@ <?php /* * @author Andreas Ã…kre Solberg <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_statistics_DateHandlerMonth extends sspmod_statistics_DateHandler { diff --git a/modules/statistics/lib/Graph/GoogleCharts.php b/modules/statistics/lib/Graph/GoogleCharts.php index cf1564c5d..250161430 100644 --- a/modules/statistics/lib/Graph/GoogleCharts.php +++ b/modules/statistics/lib/Graph/GoogleCharts.php @@ -4,7 +4,7 @@ * using the Google Charts API. * * @author Andreas Ã…kre Solberg <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_statistics_Graph_GoogleCharts { diff --git a/modules/statistics/lib/LogCleaner.php b/modules/statistics/lib/LogCleaner.php index 652dc670b..d95ad4ec7 100644 --- a/modules/statistics/lib/LogCleaner.php +++ b/modules/statistics/lib/LogCleaner.php @@ -1,7 +1,7 @@ <?php /* * @author Andreas Ã…kre Solberg <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_statistics_LogCleaner { diff --git a/modules/statistics/lib/LogParser.php b/modules/statistics/lib/LogParser.php index bde18db37..d1d5d203c 100644 --- a/modules/statistics/lib/LogParser.php +++ b/modules/statistics/lib/LogParser.php @@ -1,7 +1,7 @@ <?php /* * @author Andreas Ã…kre Solberg <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_statistics_LogParser { diff --git a/modules/statistics/lib/RatioDataset.php b/modules/statistics/lib/RatioDataset.php index 653fc8861..7cb82c874 100644 --- a/modules/statistics/lib/RatioDataset.php +++ b/modules/statistics/lib/RatioDataset.php @@ -1,7 +1,7 @@ <?php /* * @author Andreas Ã…kre Solberg <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_statistics_RatioDataset extends sspmod_statistics_StatDataset { diff --git a/modules/statistics/lib/Ruleset.php b/modules/statistics/lib/Ruleset.php index 0af00ddf1..50248c4d9 100644 --- a/modules/statistics/lib/Ruleset.php +++ b/modules/statistics/lib/Ruleset.php @@ -1,7 +1,7 @@ <?php /* * @author Andreas Ã…kre Solberg <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_statistics_Ruleset { diff --git a/modules/statistics/lib/StatDataset.php b/modules/statistics/lib/StatDataset.php index 4beb34f82..e6285102a 100644 --- a/modules/statistics/lib/StatDataset.php +++ b/modules/statistics/lib/StatDataset.php @@ -3,7 +3,7 @@ /** * @author Andreas Ã…kre Solberg <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_statistics_StatDataset { diff --git a/modules/statistics/lib/Statistics/Rulesets/BaseRule.php b/modules/statistics/lib/Statistics/Rulesets/BaseRule.php index 65099c8c0..8ddf3ae70 100644 --- a/modules/statistics/lib/Statistics/Rulesets/BaseRule.php +++ b/modules/statistics/lib/Statistics/Rulesets/BaseRule.php @@ -1,7 +1,7 @@ <?php /* * @author Andreas Ã…kre Solberg <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_statistics_Statistics_Rulesets_BaseRule { diff --git a/modules/statistics/lib/Statistics/Rulesets/Ratio.php b/modules/statistics/lib/Statistics/Rulesets/Ratio.php index cb6d79163..8b7ab10bf 100644 --- a/modules/statistics/lib/Statistics/Rulesets/Ratio.php +++ b/modules/statistics/lib/Statistics/Rulesets/Ratio.php @@ -1,7 +1,7 @@ <?php /* * @author Andreas Ã…kre Solberg <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_statistics_Statistics_Rulesets_Ratio extends sspmod_statistics_Statistics_Rulesets_BaseRule { diff --git a/templates/includes/header-embed.php b/templates/includes/header-embed.php index 7666371cd..874932502 100644 --- a/templates/includes/header-embed.php +++ b/templates/includes/header-embed.php @@ -6,7 +6,7 @@ if(array_key_exists('header', $this->data)) { echo $this->data['header']; } else { - echo 'simpleSAMLphp'; + echo 'SimpleSAMLphp'; } ?></title> diff --git a/templates/includes/header.php b/templates/includes/header.php index 02ca151bf..4d07f1d37 100644 --- a/templates/includes/header.php +++ b/templates/includes/header.php @@ -29,12 +29,12 @@ if (array_key_exists('pageid', $this->data)) { // - o - o - o - o - o - o - o - o - o - o - o - o - /** - * Do not allow to frame simpleSAMLphp pages from another location. + * Do not allow to frame SimpleSAMLphp pages from another location. * This prevents clickjacking attacks in modern browsers. * * If you don't want any framing at all you can even change this to * 'DENY', or comment it out if you actually want to allow foreign - * sites to put simpleSAMLphp in a frame. The latter is however + * sites to put SimpleSAMLphp in a frame. The latter is however * probably not a good security practice. */ header('X-Frame-Options: SAMEORIGIN'); @@ -49,7 +49,7 @@ header('X-Frame-Options: SAMEORIGIN'); if(array_key_exists('header', $this->data)) { echo $this->data['header']; } else { - echo 'simpleSAMLphp'; + echo 'SimpleSAMLphp'; } ?></title> @@ -126,7 +126,7 @@ if($onLoad !== '') { <div id="header"> <h1><a style="text-decoration: none; color: white" href="/<?php echo $this->data['baseurlpath']; ?>"><?php - echo (isset($this->data['header']) ? $this->data['header'] : 'simpleSAMLphp'); + echo (isset($this->data['header']) ? $this->data['header'] : 'SimpleSAMLphp'); ?></a></h1> </div> diff --git a/tests/lib/SimpleSAML/DatabaseTest.php b/tests/lib/SimpleSAML/DatabaseTest.php index 8f09b9139..79fb14948 100644 --- a/tests/lib/SimpleSAML/DatabaseTest.php +++ b/tests/lib/SimpleSAML/DatabaseTest.php @@ -10,7 +10,7 @@ * in an environment. * * @author Tyler Antonio, University of Alberta. <tantonio@ualberta.ca> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class SimpleSAML_DatabaseTest extends PHPUnit_Framework_TestCase { diff --git a/www/_include.php b/www/_include.php index 9127d461b..5c25adeea 100644 --- a/www/_include.php +++ b/www/_include.php @@ -84,7 +84,7 @@ set_error_handler('SimpleSAML_error_handler'); $configdir = SimpleSAML\Utils\Config::getConfigDir(); if (!file_exists($configdir.'/config.php')) { header('Content-Type: text/plain'); - echo("You have not yet created the simpleSAMLphp configuration files.\n"); + echo("You have not yet created the SimpleSAMLphp configuration files.\n"); echo("See: https://simplesamlphp.org/docs/devel/simplesamlphp-install-repo\n"); exit(1); } diff --git a/www/admin/hostnames.php b/www/admin/hostnames.php index a5462082d..c326e76c5 100644 --- a/www/admin/hostnames.php +++ b/www/admin/hostnames.php @@ -2,7 +2,7 @@ require_once('../_include.php'); -/* Load simpleSAMLphp, configuration */ +/* Load SimpleSAMLphp, configuration */ $config = SimpleSAML_Configuration::getInstance(); $session = SimpleSAML_Session::getSessionFromRequest(); diff --git a/www/saml2/idp/ArtifactResolutionService.php b/www/saml2/idp/ArtifactResolutionService.php index ac7dd241d..ac9c70b3b 100644 --- a/www/saml2/idp/ArtifactResolutionService.php +++ b/www/saml2/idp/ArtifactResolutionService.php @@ -5,7 +5,7 @@ * And when the artifact is found, it sends a SAML2_ArtifactResponse. * * @author Danny Bollaert, UGent AS. <danny.bollaert@ugent.be> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ require_once('../../_include.php'); diff --git a/www/saml2/idp/SSOService.php b/www/saml2/idp/SSOService.php index 358dad6da..d10eade1f 100644 --- a/www/saml2/idp/SSOService.php +++ b/www/saml2/idp/SSOService.php @@ -5,7 +5,7 @@ * to the SP with an Authentication Response. * * @author Andreas Ã…kre Solberg, UNINETT AS. <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ require_once('../../_include.php'); diff --git a/www/saml2/idp/SingleLogoutService.php b/www/saml2/idp/SingleLogoutService.php index 1ecaf01c4..bf3b97828 100644 --- a/www/saml2/idp/SingleLogoutService.php +++ b/www/saml2/idp/SingleLogoutService.php @@ -5,7 +5,7 @@ * and LogoutRequests and also receive LogoutResponses. It is implemeting SLO at the SAML 2.0 IdP. * * @author Andreas Ã…kre Solberg, UNINETT AS. <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ require_once('../../_include.php'); diff --git a/www/shib13/idp/SSOService.php b/www/shib13/idp/SSOService.php index 3052f2287..c0129c382 100644 --- a/www/shib13/idp/SSOService.php +++ b/www/shib13/idp/SSOService.php @@ -5,7 +5,7 @@ * to the SP with an Authentication Response. * * @author Andreas Ã…kre Solberg, UNINETT AS. <andreas.solberg@uninett.no> - * @package simpleSAMLphp + * @package SimpleSAMLphp */ require_once('../../_include.php'); -- GitLab