Skip to content

Commit

Permalink
Keep Default Value
Browse files Browse the repository at this point in the history
  • Loading branch information
mohityadav766 committed Dec 13, 2024
1 parent a39fefc commit 0ca931c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"tokenValidationAlgorithm": {
"description": "Token Validation Algorithm to use.",
"type": "string",
"enum": ["RS256", "RS384", "RS512"]
"enum": ["RS256", "RS384", "RS512"],
"default": "RS256"
},
"authority": {
"description": "Authentication Authority",
Expand Down

0 comments on commit 0ca931c

Please sign in to comment.