diff options
Diffstat (limited to 'Auth/OpenID/Message.php')
-rw-r--r-- | Auth/OpenID/Message.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Auth/OpenID/Message.php b/Auth/OpenID/Message.php index 95d1103..6bfc5f8 100644 --- a/Auth/OpenID/Message.php +++ b/Auth/OpenID/Message.php @@ -42,6 +42,10 @@ define('Auth_OpenID_BARE_NS', 'Bare namespace'); // return null instead of returning a default. define('Auth_OpenID_NO_DEFAULT', 'NO DEFAULT ALLOWED'); +// Limit, in bytes, of identity provider and return_to URLs, including +// response payload. See OpenID 1.1 specification, Appendix D. +define('Auth_OpenID_OPENID1_URL_LIMIT', 2047); + // All OpenID protocol fields. Used to check namespace aliases. global $Auth_OpenID_OPENID_PROTOCOL_FIELDS; $Auth_OpenID_OPENID_PROTOCOL_FIELDS = array( |