Skip to content

Commit bfc9c79

Browse files
committed
Add constant
1 parent 22e06ef commit bfc9c79

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/SAML2/Constants.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,4 +447,9 @@ class Constants
447447
* The maximum size for any entityid as per specification
448448
*/
449449
public const ENTITYID_MAX_LENGTH = 1024;
450+
451+
/**
452+
* The maximum size for any entityid as per SAML2INT-specification
453+
*/
454+
public const SAML2INT_ENTITYID_MAX_LENGTH = 256;
450455
}

0 commit comments

Comments
 (0)