I have successfully setup CAS using my own custom AuthenicationHandler which
extends AbstractUsernamePasswordAuthenticationHandler. I am able to login
to the CAS via the url https://localhost/login/login using an account with
ROLE_ADMIN privileges. If I then go to
https://localhost/login/services/manage.html, it redirects me to a login
page. I then login from there and it stays on that page and does not
successfully take me to the "new service" page. If I sign in with bad
credentials it will error. I have an entry in my deployerConfigContext.xml
as:
<sec:user-service id="userDetailsService">
<sec:user name="[email protected]" password="notused"
authorities="ROLE_ADMIN" />
</sec:user-service>
But I can not get past the login screen. I am using the JPA reigstry to
persist my services and checked the database tables and there are no entries
in them (they are being successfully created). I'm not sure what else to do
or what other config files would be relevant to show (i'm using the maven
overlay method). The only idea that I had was something related to the
attributeRepository. I have the stub one still configured:
<bean id="attributeRepository"
class="org.jasig.services.persondir.support.StubPersonAttributeDao">
<property name="backingMap">
<map>
<entry key="uid" value="uid" />
<entry key="eduPersonAffiliation"
value="eduPersonAffiliation" />
<entry key="groupMembership"
value="groupMembership" />
</map>
</property>
</bean>
--
View this message in context:
http://jasig.275507.n4.nabble.com/Service-Manager-tp4283725p4283725.html
Sent from the CAS Users mailing list archive at Nabble.com.
--
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