Skip to content

Commit

Permalink
Backport ENTITYID_MAX_LENGTH
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen authored Jun 11, 2022
1 parent 8ca8505 commit 22e06ef
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 @@ -442,4 +442,9 @@ class Constants
* Second-level status code.
*/
const STATUS_UNSUPPORTED_BINDING = 'urn:oasis:names:tc:SAML:2.0:status:UnsupportedBinding';

/**
* The maximum size for any entityid as per specification
*/
public const ENTITYID_MAX_LENGTH = 1024;
}

0 comments on commit 22e06ef

Please sign in to comment.