Ok thanks André and Luis for your helps and feedbacks.
Message initial
De: André Warnier (tomcat/perl)
Répondre à: Tomcat Users List
À: users@tomcat.apache.org
Objet: Re: OpenId with apache and tomcat
Date: Fri, 13 Mar 2020 23:47:08 +0100
On 13.03.2020 17:53, Stephane
On 13.03.2020 17:53, Stephane Passignat wrote:
Hi,
Actually I have Apache2 operating as proxy and authenticate layer (HTTP
Form and HTTP Basic), in front of several Tomcat instances and webapps.
Apache pushes the userId to tomcat through AJP.
On tomcat side, the webapp has a Basic login-module i
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Luis,
On 3/13/20 14:28, Luis Rodríguez Fernández wrote:
> Hello Stephane,
>
>> moving authentication at tomcat level with an openid Realm
>
> If I understand you correctly you want to make the authentication
> process in tomcat instead of delegating
Hello Stephane,
> moving authentication at tomcat level with an openid Realm
If I understand you correctly you want to make the authentication process
in tomcat instead of delegating in your apache proxy, don't you ? I would
have a look then at the tomcat keycloak adapter [1]. Me I am using the S
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Sebastien,
On 3/29/16 12:57 PM, Sebastian Trost wrote:
> Hi,
>
> I am looking for a way to use OpenID Connect (authentication AND
> authorization) with Tomcat 8. I found two ways to get
> authentication working, but not authorization. Here's what I t
On 31/10/2010 07:57, Simon Funnell wrote:
> Hi,
>
> Are there any projects specific for Tomcat, like a Realm/Authenticator
> combination with appropriate licensing, that implements openid features?
None that I'm aware of.
You'd need to implement a JAASRealm, but it might be easier to implement
i