Adding CAS attributes

This commit is contained in:
2018-03-09 14:29:22 +01:00
parent c35086567c
commit 41a941615d
2 changed files with 13 additions and 1 deletions

View File

@ -158,7 +158,13 @@
"samlAuthnContextMapPasswordProtectedTransport": 3,
"ldapUsePasswordResetAttribute": 1,
"ldapPpolicyControl": 0,
"casAttributes": {},
"casAttributes": {
"uid":"uid",
%for att in %%casAttribute
"%%casAttribute": "%%casAttribute.casLDAPAttribute",
%end for
"mail":"mail"
},
"issuerDBSAMLPath": "^/saml/",
"samlAttributeAuthorityDescriptorAttributeServiceSOAP": "urn:oasis:names:tc:SAML:2.0:bindings:SOAP;#PORTAL#/saml/AA/SOAP;",
"portalDisplayAppslist": 1,