Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FrontDoor] [2024-02-01]Remove incorrect default value for javascriptChallengeExpirationInMinutes #28640

Merged
merged 3 commits into from
Apr 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -523,12 +523,11 @@
}
},
"javascriptChallengeExpirationInMinutes": {
"description": "Defines the JavaScript challenge cookie validity lifetime in minutes. Value must be an integer between 5 and 1440 with the default value being 30.",
"description": "Defines the JavaScript challenge cookie validity lifetime in minutes. This setting is only applicable to Premium_AzureFrontDoor. Value must be an integer between 5 and 1440 with the default value being 30.",
"type": "integer",
"format": "int32",
"minimum": 5,
"maximum": 1440,
"default": 30
"maximum": 1440
},
"logScrubbing": {
"description": "Defines rules that scrub sensitive fields in the Web Application Firewall logs.",
Expand Down