Adding Custom Register URL option to template
This commit is contained in:
parent
2afe4dceb4
commit
51519eae55
|
@ -218,7 +218,7 @@
|
||||||
"slaveAuthnLevel": 2,
|
"slaveAuthnLevel": 2,
|
||||||
"samlIDPSSODescriptorSingleLogoutServiceHTTPPost": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST;#PORTAL#/saml/singleLogout;#PORTAL#/saml/singleLogoutReturn",
|
"samlIDPSSODescriptorSingleLogoutServiceHTTPPost": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST;#PORTAL#/saml/singleLogout;#PORTAL#/saml/singleLogoutReturn",
|
||||||
"Soap": 1,
|
"Soap": 1,
|
||||||
"registerDB": "Demo",
|
"registerDB": "%%llRegisterDB",
|
||||||
"locationRules": {
|
"locationRules": {
|
||||||
"%%managerWebName": {
|
"%%managerWebName": {
|
||||||
"default": "$uid eq \"%%lemonAdmin\""
|
"default": "$uid eq \"%%lemonAdmin\""
|
||||||
|
@ -398,7 +398,11 @@
|
||||||
"oidcOPMetaDataOptions": null,
|
"oidcOPMetaDataOptions": null,
|
||||||
"samlSPSSODescriptorWantAssertionsSigned": 1,
|
"samlSPSSODescriptorWantAssertionsSigned": 1,
|
||||||
"samlOrganizationName": "%%samlOrganizationName",
|
"samlOrganizationName": "%%samlOrganizationName",
|
||||||
|
%if %%llRegisterDB == "Custom"
|
||||||
|
"registerUrl": "%%llRegisterURL",
|
||||||
|
%else
|
||||||
"registerUrl": "https://%%authWebName/register.pl",
|
"registerUrl": "https://%%authWebName/register.pl",
|
||||||
|
%end if
|
||||||
"casAccessControlPolicy": "none",
|
"casAccessControlPolicy": "none",
|
||||||
"multiValuesSeparator": ";",
|
"multiValuesSeparator": ";",
|
||||||
"ldapPort": %%ldapServerPort
|
"ldapPort": %%ldapServerPort
|
||||||
|
|
Loading…
Reference in New Issue