Skip to content

Commit 100f821

Browse files
authored
Merge pull request #339 from oracle/admin-console-sso-logout-url
Corrected minimum version for SSO logout URL
2 parents ab569a3 + 7e3b254 commit 100f821

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"MinThreads": [ {"version": "[12.2.1.1,)", "wlst_mode": "both", "wlst_name": "MinThreads", "wlst_path": "WP001", "value": {"default": 101 }, "wlst_type": "integer" } ],
1111
"Notes": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Notes", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
1212
"ProtectedCookieEnabled": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "ProtectedCookieEnabled", "wlst_path": "WP001", "value": {"default": true }, "wlst_type": "boolean" } ],
13-
"SsoLogoutUrl": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "${Sso:SSO}Logout${Url:URL}", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
13+
"SsoLogoutUrl": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "${Sso:SSO}Logout${Url:URL}", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
1414
"SessionTimeout": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "SessionTimeout", "wlst_path": "WP001", "value": {"default": 3600 }, "wlst_type": "integer" } ]
1515
},
1616
"wlst_attributes_path": "WP001",

0 commit comments

Comments
 (0)