Fixing Custom URL option

This commit is contained in:
Philippe Caseiro 2018-03-26 11:21:28 +02:00
parent 51519eae55
commit 5f5c5359f7
1 changed files with 4 additions and 0 deletions

View File

@ -218,7 +218,11 @@
"slaveAuthnLevel": 2,
"samlIDPSSODescriptorSingleLogoutServiceHTTPPost": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST;#PORTAL#/saml/singleLogout;#PORTAL#/saml/singleLogoutReturn",
"Soap": 1,
%if %%llRegisterDB == "Custom"
"registerDB": "Null",
%else
"registerDB": "%%llRegisterDB",
%end if
"locationRules": {
"%%managerWebName": {
"default": "$uid eq \"%%lemonAdmin\""