Skip to content

Commit 2b93ecd

Browse files
author
Christian Pedersen
committed
xs:ID too long - fixed
1 parent e804fcf commit 2b93ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/onelogin/saml/authrequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class authrequest {
33
public $user_settings;
44

55
public function create() {
6-
$id = $this->generateUniqueID(42);
6+
$id = $this->generateUniqueID(20);
77
$issue_instant = $this->getTimestamp();
88

99
global $const_assertion_consumer_service_url;

0 commit comments

Comments
 (0)