the credentials are being requested at the CAS server.
basic auth as a replacement for the login-form.

-- Hinnack

>> I have written my own AuthenticationHandler to handle user/password 
>> credential of a django web
>> and it works well with form authentication.
>
>I'm unclear about the role of CAS in this scenario.  Are you trying to
>hide the CAS login form from users?  In that case we usually point
>folks to the CAS Web RESTful API.
>
>> Now I want to do BasicAuth - but my Handler is only called on POST requests.
>
>I haven't looked at the code, but I imagine this may be due to Spring
>WebFlow configuration.  You will likely have to modify the
>login-webflow.xml in any case to support BasicAuth at the CAS server
>side.  Sounds like you've already done the necessary container or Web
>server configuration to perform basic auth in the first place.  I'm
>still not entirely sure where the credentials are being requested, at
>your Django app or at the CAS server.
>
>M

-- 
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

Reply via email to