Spnego and Cas configuration
Arnaud Lesueur
alesueur+cas at octo.com
Mon Oct 2 10:40:36 EDT 2006
Le Lun 2 octobre 2006 16:18, vincent.jaulin at keyphrene.com a écrit :
>
>
>> 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.
I don't remember what is present in log and I don't have time right now. But do you have an HTTP 401 Response when you
reach the login servlet ?
You could also turn logs to debug.
Arnaud Lesueur
More information about the cas
mailing list