Logging into CAS is different from being authorized to use the services management tool. If you're using a self-signed certificate for your CAS server, make sure its in the JVM's cacerts file.
-Scott -Scott Battaglia PGP Public Key Id: 0x383733AA LinkedIn: http://www.linkedin.com/in/scottbattaglia On Tue, Apr 14, 2009 at 1:37 PM, Ashima Goel <[email protected]> wrote: > yes, In the logs it is successfully logging user 'agoel' > > 2009-04-14 12:26:09,949 INFO > [org.jasig.cas.CentralAuthenticationServiceImpl] - <Granted service ticket [ > ST-3-hfNoXdK1SWFLOBbnYk3Q-cas-dev.tamu.edu] for service [ > https://cas-dev.tamu.edu/cas/services/j_acegi_cas_security_check] for user > [agoel]> > 2009-04-14 12:26:09,950 DEBUG > [org.jasig.cas.web.flow.GenerateServiceTicketAction] - <Action > 'GenerateServiceTicketAction' completed execution; result is 'success'> > > These are from catalina.out logs. Is this what you meant? > > > On Tue, Apr 14, 2009 at 10:31 AM, Scott Battaglia < > [email protected]> wrote: > >> Did you check your log files? >> >> >> On Tue, Apr 14, 2009 at 1:24 PM, Ashima <[email protected]> wrote: >> >>> Thanks for reply. >>> >>> So now I am again using:- >>> <bean id="userDetailsService" >>> class="org.springframework.security.userdetails.memory.InMemoryDaoImpl"> >>> <property name="userMap"> >>> <value> >>> agoel=notused,ROLE_ADMIN >>> </value> >>> </property> >>> </bean> >>> >>> But with this even when I am logging-in with user 'agoel' it keep giving >>> me 'Authorization Failure' error when I am trying to access cas/services >>> url. >>> >>> Where should I look to find what is the problem. >>> -- >>> 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 >>> >> >> -- >> 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 >> >> > -- > 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 > > -- 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
