Re: Authentication for whole app

2008-05-20 Thread Adam Gomaa
On Tue, May 20, 2008 at 10:11 PM, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > > But is it true SSO? We have 'true' SSO working with multiple Django applications at my workplace, using CAS and an authentication backend based on django-cas; IIRC we're planning to release an updated version to

Re: Authentication for whole app

2008-05-20 Thread Graham Dumpleton
On May 21, 12:04 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > On Tue, May 20, 2008 at 8:57 PM, Graham Dumpleton > > <[EMAIL PROTECTED]> wrote: > > Let me ask my own question then. If one is running multiple Django > > instances, does Django provide anything that would help with single > >

Re: Authentication for whole app

2008-05-20 Thread James Bennett
On Tue, May 20, 2008 at 8:57 PM, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > Let me ask my own question then. If one is running multiple Django > instances, does Django provide anything that would help with single > sign on (SSO) across all the distinct Django application instances? Well, they

Re: Authentication for whole app

2008-05-20 Thread Graham Dumpleton
On May 21, 11:57 am, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > On May 21, 11:47 am, "James Bennett" <[EMAIL PROTECTED]> wrote: > > > > > On Tue, May 20, 2008 at 7:14 PM, Graham Dumpleton > > > <[EMAIL PROTECTED]> wrote: > > > If you want to use HTTP Basic authentication, then put everything

Re: Authentication for whole app

2008-05-20 Thread Graham Dumpleton
On May 21, 11:47 am, "James Bennett" <[EMAIL PROTECTED]> wrote: > On Tue, May 20, 2008 at 7:14 PM, Graham Dumpleton > > <[EMAIL PROTECTED]> wrote: > > If you want to use HTTP Basic authentication, then put everything > > under/behind Apache and use Apache to do it. If you want to use form > >

Re: Authentication for whole app

2008-05-20 Thread James Bennett
On Tue, May 20, 2008 at 7:14 PM, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > If you want to use HTTP Basic authentication, then put everything > under/behind Apache and use Apache to do it. If you want to use form > based authentication with same user database across all applications > gets a

Re: Authentication for whole app

2008-05-20 Thread Graham Dumpleton
On May 21, 12:49 am, Dougal <[EMAIL PROTECTED]> wrote: > Say you have a hierarchy of apps, how can i easily require > authentication to a whole app? or basically a whole folder. Depends on what sort of authentication you want to use. If you want to use HTTP Basic authenticati

Authentication for whole app

2008-05-20 Thread Dougal
Say you have a hierarchy of apps, how can i easily require authentication to a whole app? or basically a whole folder. Cheers --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" grou