Spnego and Cas configuration
vincent.jaulin@keyphrene.com
vincent.jaulin at keyphrene.com
Mon Oct 2 10:18:40 EDT 2006
> Oups bad day for me,
>
> I didn't send the good version ...
>
> The good one :
>
> <bean id="negociateSpnego"
> class="org.jasig.cas.adaptors.spnego.web.flow.SpnegoNegociateCredentialsAction">
> <property name="argumentExtractors" ref="argumentExtractors"/>
> <property name="ticketGrantingTicketCookieGenerator"
> ref="ticketGrantingTicketCookieGenerator"/>
> </bean>
>
> <bean id="spnego"
> class="org.jasig.cas.adaptors.spnego.web.flow.SpnegoCredentialsAction">
> <property name="centralAuthenticationService"
> ref="centralAuthenticationService"/>
> <property name="argumentExtractors" ref="argumentExtractors"/>
> <property name="ticketGrantingTicketCookieGenerator"
> ref="ticketGrantingTicketCookieGenerator"/>
> </bean>
>
> Arnaud Lesueur
>
Now The startup works fine, I have not any errors, but the service is
unavailable.
I followed the intructions to rewrite login-webflow.xml without success
2006-10-02 15:35:08,671 INFO
[org.jasig.cas.ticket.proxy.support.Cas20ProxyHandler] - <No
UniqueTicketIdGenerator specified for
org.jasig.cas.ticket.proxy.support.Cas20ProxyHandler. Using
org.jasig.cas.util.DefaultUniqueTicketIdGenerator>
2006-10-02 15:35:09,562 INFO [org.jasig.cas.web.ServiceValidateController]
- <No successView specified. Using default of casServiceSuccessView>
2006-10-02 15:35:09,562 INFO [org.jasig.cas.web.ServiceValidateController]
- <No failureView specified. Using default of casServiceFailureView>
2006-10-02 15:35:09,578 INFO [org.jasig.cas.web.ServiceValidateController]
- <No authentication specification class set. Defaulting to
org.jasig.cas.validation.Cas20ProtocolValidationSpecification>
2006-10-02 15:35:09,578 INFO [org.jasig.cas.web.ServiceValidateController]
- <No successView specified. Using default of casServiceSuccessView>
2006-10-02 15:35:09,578 INFO [org.jasig.cas.web.ServiceValidateController]
- <No failureView specified. Using default of casServiceFailureView>
2006-10-02 15:35:09,687 INFO
[org.jasig.cas.web.flow.AuthenticationViaFormAction] - <FormObjectClass
not set. Using default class of
org.jasig.cas.authentication.principal.UsernamePasswordCredentials with
formObjectName credentials and validator
org.jasig.cas.validation.UsernamePasswordCredentialsValidator.>
an idea ...
Vincent Jaulin.
More information about the cas
mailing list