1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 13:19:44 +02:00

Update exchange-with-oidc.js

Increasing maxLength to accommodate larger code challenges from Azure AD.
This commit is contained in:
cjmaldonado 2025-05-12 22:56:54 -05:00 committed by GitHub
parent 742aa21b9b
commit d8fddc6594
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ module.exports = {
inputs: { inputs: {
code: { code: {
type: 'string', type: 'string',
maxLength: 1024, maxLength: 2048,
required: true, required: true,
}, },
nonce: { nonce: {