diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/adfs/lib/IdP/ADFS.php | 2 | ||||
-rw-r--r-- | modules/authfacebook/extlibinc/base_facebook.php | 4 | ||||
-rw-r--r-- | modules/cas/lib/Auth/Source/CAS.php | 2 | ||||
-rw-r--r-- | modules/consentAdmin/www/consentAdmin.php | 2 | ||||
-rw-r--r-- | modules/discojuice/config-templates/discojuice.php | 4 | ||||
-rw-r--r-- | modules/exampleauth/lib/Auth/Source/External.php | 2 | ||||
-rw-r--r-- | modules/oauth/libextinc/OAuth.php | 6 | ||||
-rw-r--r-- | modules/openidProvider/lib/Server.php | 4 | ||||
-rw-r--r-- | modules/saml/docs/sp.txt | 4 | ||||
-rw-r--r-- | modules/saml2debug/templates/debug.tpl.php | 6 |
10 files changed, 20 insertions, 16 deletions
diff --git a/modules/adfs/lib/IdP/ADFS.php b/modules/adfs/lib/IdP/ADFS.php index 0594cc7..5fc95f5 100644 --- a/modules/adfs/lib/IdP/ADFS.php +++ b/modules/adfs/lib/IdP/ADFS.php @@ -187,7 +187,7 @@ class sspmod_adfs_IdP_ADFS { $idp->handleLogoutRequest($state, $assocId); } - // accepts an association array, and returns an URL that can be accessed to terminate the association. + // accepts an association array, and returns a URL that can be accessed to terminate the association. public static function getLogoutURL(SimpleSAML_IdP $idp, array $association, $relayState) { $metadata = SimpleSAML_Metadata_MetaDataStorageHandler::getMetadataHandler(); $idpMetadata = $idp->getConfig(); diff --git a/modules/authfacebook/extlibinc/base_facebook.php b/modules/authfacebook/extlibinc/base_facebook.php index 8137ca9..44ac08e 100644 --- a/modules/authfacebook/extlibinc/base_facebook.php +++ b/modules/authfacebook/extlibinc/base_facebook.php @@ -570,7 +570,7 @@ abstract class BaseFacebook * JavaScript, you can pass in display=popup as part of the $params. * * The parameters: - * - redirect_uri: the url to go to after a successful login + * - redirect_uri: the URL to go to after a successful login * - scope: comma separated list of requested extended perms * * @param array $params Provide custom parameters @@ -600,7 +600,7 @@ abstract class BaseFacebook * Get a Logout URL suitable for use with redirects. * * The parameters: - * - next: the url to go to after a successful logout + * - next: the URL to go to after a successful logout * * @param array $params Provide custom parameters * @return string The URL for the logout flow diff --git a/modules/cas/lib/Auth/Source/CAS.php b/modules/cas/lib/Auth/Source/CAS.php index e1f2a93..714838b 100644 --- a/modules/cas/lib/Auth/Source/CAS.php +++ b/modules/cas/lib/Auth/Source/CAS.php @@ -77,7 +77,7 @@ class sspmod_cas_Auth_Source_CAS extends SimpleSAML_Auth_Source { if(isset($this->_casConfig['login'])){ $this->_loginMethod = $this->_casConfig['login']; }else{ - throw new Exception("cas login url not specified"); + throw new Exception("cas login URL not specified"); } } diff --git a/modules/consentAdmin/www/consentAdmin.php b/modules/consentAdmin/www/consentAdmin.php index d659a97..34ef222 100644 --- a/modules/consentAdmin/www/consentAdmin.php +++ b/modules/consentAdmin/www/consentAdmin.php @@ -244,7 +244,7 @@ foreach ($all_sp_metadata as $sp_entityid => $sp_values) { $sp_description = $sp_metadata['description'];
}
- // Add an URL to the service if present in metadata
+ // Add a URL to the service if present in metadata
$sp_service_url = isset($sp_metadata['ServiceURL']) ? $sp_metadata['ServiceURL'] : null;
// Fill out array for the template
diff --git a/modules/discojuice/config-templates/discojuice.php b/modules/discojuice/config-templates/discojuice.php index 2f1e0e3..19e5198 100644 --- a/modules/discojuice/config-templates/discojuice.php +++ b/modules/discojuice/config-templates/discojuice.php @@ -30,11 +30,11 @@ $config = array( * If you enable this, you will also need to get your host accepted in the access control list of * discojuice.org * - * The response url of your service, similar to: + * The response URL of your service, similar to: * * https://sp.example.org/simplesaml/module.php/discojuice/response.html * - * will need to be registered at discojuice.org. If your response url is already registered in the metadata + * will need to be registered at discojuice.org. If your response URL is already registered in the metadata * of one of the federation feeds at discojuice.org, you should already have access. */ 'enableCentralStorage' => false, diff --git a/modules/exampleauth/lib/Auth/Source/External.php b/modules/exampleauth/lib/Auth/Source/External.php index 282c6a4..53818e9 100644 --- a/modules/exampleauth/lib/Auth/Source/External.php +++ b/modules/exampleauth/lib/Auth/Source/External.php @@ -133,7 +133,7 @@ class sspmod_exampleauth_Auth_Source_External extends SimpleSAML_Auth_Source { $stateId = SimpleSAML_Auth_State::saveState($state, 'exampleauth:External'); /* - * Now we generate an URL the user should return to after authentication. + * Now we generate a URL the user should return to after authentication. * We assume that whatever authentication page we send the user to has an * option to return the user to a specific page afterwards. */ diff --git a/modules/oauth/libextinc/OAuth.php b/modules/oauth/libextinc/OAuth.php index 21ff3fa..f02fccd 100644 --- a/modules/oauth/libextinc/OAuth.php +++ b/modules/oauth/libextinc/OAuth.php @@ -181,7 +181,7 @@ abstract class OAuthSignatureMethod_RSA_SHA1 extends OAuthSignatureMethod { // Up to the SP to implement this lookup of keys. Possible ideas are: // (1) do a lookup in a table of trusted certs keyed off of consumer - // (2) fetch via http using a url provided by the requester + // (2) fetch via http using a URL provided by the requester // (3) some sort of specific discovery code based on request // // Either way should return a string representation of the certificate @@ -391,7 +391,7 @@ class OAuthRequest { } /** - * parses the url and rebuilds it to be + * parses the URL and rebuilds it to be * scheme://host/path */ public function get_normalized_http_url() { @@ -410,7 +410,7 @@ class OAuthRequest { } /** - * builds a url usable for a GET request + * builds a URL usable for a GET request */ public function to_url() { $post_data = $this->to_postdata(); diff --git a/modules/openidProvider/lib/Server.php b/modules/openidProvider/lib/Server.php index 1382cd8..956a7e4 100644 --- a/modules/openidProvider/lib/Server.php +++ b/modules/openidProvider/lib/Server.php @@ -303,11 +303,11 @@ class sspmod_openidProvider_Server { /** - * Save the state, and return an URL that can contain a reference to the state. + * Save the state, and return a URL that can contain a reference to the state. * * @param string $page The name of the page. * @param array $state The state array. - * @return string An URL with the state ID as a parameter. + * @return string A URL with the state ID as a parameter. */ private function getStateURL($page, array $state) { assert('is_string($page)'); diff --git a/modules/saml/docs/sp.txt b/modules/saml/docs/sp.txt index 5d6c862..1b98295 100644 --- a/modules/saml/docs/sp.txt +++ b/modules/saml/docs/sp.txt @@ -328,7 +328,7 @@ Options : *Note*: If you specify this option, you must also specify the `OrganizationName` option. `OrganizationURL` -: An URL the end user can access for more information about the organization. +: A URL the end user can access for more information about the organization. : This option can be translated into multiple languages by specifying the value as an array of language-code to translated URL. @@ -427,7 +427,7 @@ Options For simpleSAMLphp, see the documentation for [IdP-first flow](./simplesamlphp-idp-more#section_4_1). `url` -: An URL to your service provider. Will be added as an OrganizationURL-element in the metadata. +: A URL to your service provider. Will be added as an OrganizationURL-element in the metadata. : This option can be translated into multiple languages by specifying the value as an array of language-code to language-specific URL: diff --git a/modules/saml2debug/templates/debug.tpl.php b/modules/saml2debug/templates/debug.tpl.php index 3fdc760..cc864f3 100644 --- a/modules/saml2debug/templates/debug.tpl.php +++ b/modules/saml2debug/templates/debug.tpl.php @@ -26,7 +26,11 @@ $this->includeAtTemplateBase('includes/header.php'); <div id="decode"> - <p>Paste in a SAML message encoded with the HTTP-POST or HTTP-REDIRECT encoding. You can both use the full URL that you copied from LiveHTTPHeaders, or you can paste in only the SAMLRequest or SAMLResponse parameter. It will be automatically detected whether you post an URL or the value it self and whether you post a HTTP-REDIRECT or HTTP-POST encoded value. enjoy!</p> + <p>Paste in a SAML message encoded with the HTTP-POST or HTTP-REDIRECT encoding. You + can both use the full URL that you copied from LiveHTTPHeaders, or you can paste in + only the SAMLRequest or SAMLResponse parameter. It will be automatically detected + whether you post a URL or the value it self and whether you post a HTTP-REDIRECT or + HTTP-POST encoded value. enjoy!</p> <form method="post" action="debug.php"> <textarea style="width: 95%; border: 1px solid #999; font-family: monospace" cols="50" rows="10" name="encoded"><?php echo $this->data['encoded']; ?></textarea> |