Skip to content

Commit

Permalink
Add constant
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jun 13, 2022
1 parent 22e06ef commit bfc9c79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/SAML2/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -447,4 +447,9 @@ class Constants
* The maximum size for any entityid as per specification
*/
public const ENTITYID_MAX_LENGTH = 1024;

/**
* The maximum size for any entityid as per SAML2INT-specification
*/
public const SAML2INT_ENTITYID_MAX_LENGTH = 256;
}

0 comments on commit bfc9c79

Please sign in to comment.