]> git.proxmox.com Git - pve-access-control.git/blobdiff - src/PVE/API2/OpenId.pm
fix #4074: increase API OpenID code size limit to 2048
[pve-access-control.git] / src / PVE / API2 / OpenId.pm
index c838b2cc2377accaff76ec45165025e1e544897f..77410e6d880402230603307122e793c219883d8c 100644 (file)
@@ -134,7 +134,7 @@ __PACKAGE__->register_method ({
            code => {
                description => "OpenId authorization code.",
                type => 'string',
-               maxLength => 1024,
+               maxLength => 4096,
             },
            'redirect-url' => {
                description => "Redirection Url. The client should set this to the used server url (location.origin).",