Hi, I have some attributes associated with my user accounts. I don't have any LDAP server but a connexion to a proprietary core. I manage myself to connect to it with a new authentication handler that fits very well, i made my own credentials (i just added a text box named "uf") and a new CredentialToPrincipalResolver.
Connection is well-made, the principal is created with the attributes I gave him... And... and what? Is it enough? I can't manage to do anything next. I tried using SimplePrincipal or a new Principal where I can modify the attributes map, in both cases I can't reach the Principal with my client applications. I kept <bean id="attributeRepository" class="org.jasig.services.persondir.support.StubPersonAttributeDao">, is it a mistake? I saw here (https://wiki.jasig.org/display/CASUM/End-to-end+Windows+Example) I can get another repository to adapt to the resolver, but I don't know what to chose. Could somebody explain me what I missed? Please. :) -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
