[Owncloud] Accessing php page in app directory

Andreas Ergenzinger Andreas.Ergenzinger at uni-konstanz.de
Thu Jan 24 13:47:06 UTC 2013


 
On Thursday, January 24, 2013 13:39 CET, Marcel Waldvogel <marcel.waldvogel at uni-konstanz.de> wrote: 
 
> I guess Andreas means something different with "lazy", namely that no login dialog is presented, if the user is already logged in with Shibboleth, but the login happens directly. Is this correct?

No. Lazy authentication means that the webserver always grants access to a location, such as the owncloud directory, even to users who have not authenticated at their Identity Provider, yet. This only makes sense in combination with web applications, that have their own session management. Such applications can identify remotely authenticated users and assign them to a newly-created session.

Compared to regular Shibboleth authentication, the  big advantage of the lazy variant is  full compatibility with existing authorization mechanisms that rely on OC's login form.

I think, for now, I will add a rewrite rule to the .htaccess file, that permits access to my forwarding page. If you know a less intrusive solution, then please let me know.

Andreas


> 
> Beste Grüsse,
> -Marcel Waldvogel
> 
> Am 23.01.2013 um 16:40 schrieb Tornóci László <tornoci.laszlo at med.semmelweis-univ.hu>:
> 
> > On 01/23/2013 03:32 PM, Andreas Ergenzinger wrote:
> >> Hello,
> >> 
> >> I am working on an app that is supposed to allow lazy Shibboleth
> >> authentication [1] in ownCloud, using the Shibboleth Service Provider
> >> (SP) [2]. For this to work, I need a page where I can access
> >> environment variables, read information from the database, and
> >> autoforward to the SP's session initiator.
> > 
> > I'm looking forward to see an app that works with the standard shibd daemon (shibboleth SP), rather than the current user_saml app that needs simplesamlphp. One thing though I don't understand: why on earth you want to have _lazy_ sessions for owncloud? What can you do in owncloud without being authenticated?
> > 					Yours: Laszlo
> > 
> > _______________________________________________
> > Owncloud mailing list
> > Owncloud at kde.org
> > https://mail.kde.org/mailman/listinfo/owncloud
> 
 
 
 
 



More information about the Owncloud mailing list