Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 75502 invoked from network); 11 May 2009 15:21:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 May 2009 15:21:40 -0000 Received: (qmail 6863 invoked by uid 500); 11 May 2009 15:21:36 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 6832 invoked by uid 500); 11 May 2009 15:21:36 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 6818 invoked by uid 99); 11 May 2009 15:21:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 May 2009 15:21:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of owen.nick@gmail.com designates 209.85.146.183 as permitted sender) Received: from [209.85.146.183] (HELO wa-out-1112.google.com) (209.85.146.183) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 May 2009 15:21:27 +0000 Received: by wa-out-1112.google.com with SMTP id l35so1349737waf.24 for ; Mon, 11 May 2009 08:21:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=u1sUWxQ8bKWlw/UVNeAyobAFESKmrMXWD6csdXwe9SM=; b=H2OewFMYt64nIu6YEk+UjIjJDHXoZs9xt1DooaXXuDw/my1mWeFu48CRbQ8f1hSk/4 vc7l3p4jM52/Hck+bEAR4V6yc3Rj1tIOIgOkShksnTvFYIeGoo+tpXSNrz4suSvdL5uy aA48TcmQ2TTuvEYTN0/QNPxfUzhk9XEji3iD8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=VsWMmYQO3HvmMaPdxFownRygMU6jOF9y+jq9lrOUKPwyH642Xbl4p0plLCNROfFeZP MNoQtH1QhUjv9kdfDcsP83H/xpJVpK7FAGgIo7p5qWbq4MNEyKudJJTbzX0YPejsbSDi 6nKW4vc+KtgvFnVfU885dzXhFRk4kl8VuGkg4= MIME-Version: 1.0 Received: by 10.220.46.147 with SMTP id j19mr11037898vcf.75.1242055266460; Mon, 11 May 2009 08:21:06 -0700 (PDT) In-Reply-To: <1241886881.15790.17.camel@corn.betterworld.us> References: <1241886881.15790.17.camel@corn.betterworld.us> Date: Mon, 11 May 2009 11:21:06 -0400 Message-ID: <415a28910905110821s2f2f5cdfm6f5603748dd19b93@mail.gmail.com> From: Nick Owen To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] authentication question On Sat, May 9, 2009 at 12:34 PM, Ross Boylan wrote: > Suppose I have apache running in front of a web application and > subversion. > > I am thinking of a scenario in which the web application provides a > login page. =A0However, the user may also browse to web pages served by > subversion. > > Is there a way that my app can have someone log in and then pass the > identity and authentication "up" to appache? =A0In particular, I'd want > this authentication used if the user browsed over to the subversion > repository. > > I'm assume a common source, e.g., LDAP, will provide user and password > information that is the same for my app and apache. > > A final wrinkle is that the application itself may access subversion via > http:// (https?) using either the identity of the user or, perhaps, a > separate identity the application runs under. Have you investigated single sign-on solutions such as CAS and OpenSSO? --=20 Nick Owen WiKID Systems, Inc. 404.962.8983 http://www.wikidsystems.com Commercial/Open Source Two-Factor Authentication --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org