Skip to content

Commit fcc0578

Browse files
committed
Fixed typo in default value
1 parent 6dbed68 commit fcc0578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/SecurityConfiguration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@
645645
"TokenCacheEnabled": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "TokenCacheEnabled", "wlst_path": "WP001", "default_value": true, "wlst_type": "boolean" } ],
646646
"TokenClockSkew": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "TokenClockSkew", "wlst_path": "WP001", "default_value": 120, "wlst_type": "integer" } ],
647647
"TokenSecureTransportRequired": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "TokenSecureTransportRequired", "wlst_path": "WP001", "default_value": false, "wlst_type": "boolean" } ],
648-
"TokenValidationLevel": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "TokenValidationLevel", "wlst_path": "WP001", "default_value": "${__NULL__:NORMAL|", "wlst_type": "string" } ],
648+
"TokenValidationLevel": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "TokenValidationLevel", "wlst_path": "WP001", "default_value": "${__NULL__:NORMAL}", "wlst_type": "string" } ],
649649
"TokenVirtualUserAllowed": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "TokenVirtualUserAllowed", "wlst_path": "WP001", "default_value": false, "wlst_type": "boolean" } ],
650650
"UnknownTenantEmptyMetadataTtl": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "UnknownTenantEmptyMetadataT${tl:TL}", "wlst_path": "WP001", "default_value": 0, "wlst_type": "integer" } ],
651651
"UserAuthenticationAssertionAttribute": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "UserAuthenticationAssertionAttribute", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" } ],

0 commit comments

Comments
 (0)