Hello, I customized my CAS in order to have credentials adapted to my authentication protocol. Actually, I have a login, a password, and a "UF", I changed the regular AuthenticationHandler and Credentials to adapt to my needs.
And now I am going to cassify my applications... and I have a problem. I can't login with ROLE_ADMIN. I found these lines in deployerConfigContext: <sec:user-service id="userDetailsService"> <sec:user name="@@stonon@@" password="notused" authorities="ROLE_ADMIN" /> </sec:user-service> (I replaced the name by my personal login...) I understand these lines are the basic credentials to login in the services management system, but.. When I type these in my form, CAS answer me that the informations couldn't permit me to log in. What should I do to access services management? Is there anything that I didn't understand? Thank you very much for your time! -- 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
