You'll most likely need to implement your own custom piece of the web flow. You'll need something that reads the Auth header and reconstructs the credentials. Take a look at the X.509 handler as an example. Its pretty much the same flow but with the Basic Auth Header instead of certs ;-).
Cheers, Scott On Thu, Sep 24, 2009 at 9:15 AM, Henrik Genssen < [email protected]> wrote: > I do not know, why this is a user question, but I was told to ask it here: > > I want to do basic auth. > > I have written my own AuthenticationHandler to handle user/password > credential of a django web > and it works well with form authentication. > > Now I want to do BasicAuth - but my Handler is only called on POST > requests. > Any hints? > > -- Hinnack > > >forward of message: > >date: 24.09.2009 15:38:20 > >from: "Marvin Addison" <[email protected]> > >to: [email protected] > >subject: Re: [cas-dev] basic authentication > > > >Please move this question to cas-user and we'll try to help. > > > >M > > > >On Thu, Sep 24, 2009 at 7:09 AM, Henrik Genssen > ><[email protected]> wrote: > >> Hi, > >> > >> I want to implement basic auth. > >> is this done before? > >> > >> How would I change the handling from POST (of the login form) to GET? > >> > >> -- Hinnack > >> > >> -- > >> 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-dev > >> > > > >-- > >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-dev > > > > -- > 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
