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:
parent
742aa21b9b
commit
d8fddc6594
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ module.exports = {
|
||||||
inputs: {
|
inputs: {
|
||||||
code: {
|
code: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
maxLength: 1024,
|
maxLength: 2048,
|
||||||
required: true,
|
required: true,
|
||||||
},
|
},
|
||||||
nonce: {
|
nonce: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue