Skip to content
Snippets Groups Projects
Commit 4ce25482 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fixes for modules/consent

parent ea0c0216
No related branches found
No related tags found
No related merge requests found
......@@ -383,7 +383,7 @@ class Consent extends \SimpleSAML\Auth\ProcessingFilter
* Create a hash value for the attributes that changes when attributes are added or removed. If the attribute
* values are included in the hash, the hash will change if the values change.
*
* @param string $attributes The attributes.
* @param array $attributes The attributes.
* @param bool $includeValues Whether or not to include the attribute value in the generation of the hash.
*
* @return string SHA1 of the user id, source id, destination id and salt.
......
......@@ -10,6 +10,11 @@ namespace SimpleSAML\Module\consent;
class Logout
{
/**
* @param \SimpleSAML\IdP $idp
* @param array $state
* @return void
*/
public static function postLogout(\SimpleSAML\IdP $idp, array $state)
{
$url = \SimpleSAML\Module::getModuleURL('consent/logout_completed.php');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment