Thanks, Misagh.  That makes sense, but I was hoping to avoid creating a 
separate attribute repository for the management app, so that by default 
all attributes retrieved by the server would be available to the management 
app, and then each service would have the desired attributes released.

After digging further and looking into the capabilities of the Spring 
framework, which is already used by both the CAS server and management web 
apps, I was able to find a way use an external properties file to list the 
key-value pairs for each attribute entry that would otherwise be listed in 
a util:map and then use some Spring features to configure both the 
deployerConfigContext.xml and managementConfigContext.xml to use this file 
to specify the attributes repository.


Thanks,
Matt


On Wednesday, December 2, 2015 at 1:25:15 PM UTC-5, Misagh Moayyed wrote:
>
> You can let you handler retrieve every attribute via the configuration, 
> and define a separate attribute repository for the management app that is 
> LDAP-based. Remember that, that only controls what attributes are released, 
> not what is retrieved.
>
> - Misagh 
>
> On Dec 1, 2015, at 5:13 PM, Matt S. <[email protected] <javascript:>> 
> wrote:
>
> Hello,
>
> I've been working on setting up CAS server 4.1.2 and the Management webapp 
> and have gotten both deployed successfully for testing, with authentication 
> being done via an LdapAuthenticationHandler.
>
> Based on the documentation for setting up Ldap, it lets you specify the 
> attributes directly in the authentication handler.
> However, I've noticed that when accessing the Management webapp, it 
> currently does not list the same attributes that I specified in the Server 
> deployerConfigContext, which makes sense since the Management webapp is now 
> separate.
>
> Is there any way to have the Management webapp see / use the same list of 
> attributes already specified in the Server without manually listing them 
> again in the managementConfigContext.xml for the Management webapp and 
> therefore having to maintain the list in both the Server and the Management 
> webapps?
>
>
> Thanks,
> Matt
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] <javascript:>.
> Visit this group at http://groups.google.com/a/apereo.org/group/cas-user/.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at http://groups.google.com/a/apereo.org/group/cas-user/.

Reply via email to