AW: Tomcat needs an authenticator valve for OpenID/MSAL!

2023-04-14 Thread Keil, Matthias (ORISA Software GmbH)
Hello > -Ursprüngliche Nachricht- > Von: Kevin Edward > Gesendet: Freitag, 7. April 2023 14:26 > An: users@tomcat.apache.org > Betreff: Tomcat needs an authenticator valve for OpenID/MSAL! > > Tomcat community, > > We have been using keycloak tomcat

Tomcat needs an authenticator valve for OpenID/MSAL!

2023-04-07 Thread Kevin Edward
Tomcat community, We have been using keycloak tomcat valves for SAML, but now we are moving to OpenID. Who in the tomcat community can create/support a tomcat authenticator valve using the MSAL library? I have the example authentication servlet working for MSAL below. Seems it could be easily

AW: OpenId with apache and tomcat

2020-03-20 Thread bernd . schatz
uper easy. The sensitive maintenance of authentication > is made by a dedicated team... > > I wish to improve that adding OpenId Authentication, keeping apache as > authentication layer with an openid connector, but the one I saw > doesn't seems to be used a lot and is not availab

Re: OpenId with apache and tomcat

2020-03-14 Thread Stephane Passignat
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

Re: OpenId with apache and tomcat

2020-03-13 Thread tomcat/perl
in web.xml. I'm quite satisfied of the result, authentication and authorization are out of the application scope. The deployment and maintenance of application is super easy. The sensitive maintenance of authentication is made by a dedicated team... I wish to improve that adding OpenId

Re: OpenId with apache and tomcat

2020-03-13 Thread Christopher Schultz
-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 > proc

Re: OpenId with apache and tomcat

2020-03-13 Thread Luis Rodríguez Fernández
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 us

OpenId with apache and tomcat

2020-03-13 Thread Stephane Passignat
, authentication and authorization are out of the application scope. The deployment and maintenance of application is super easy. The sensitive maintenance of authentication is made by a dedicated team... I wish to improve that adding OpenId Authentication, keeping apache as authentication layer

Re: AW: AW: OpenID Connect with Tomcat 8

2016-03-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sebastian, On 3/30/16 12:06 PM, Sebastian Trost wrote: > This is an OpenID Connect implementation for tomcat 8: > https://github.com/boylesoftware/tomcat8-oidcauth > > And as far as I know (I'm very new to this, so please correct me &g

AW: AW: OpenID Connect with Tomcat 8

2016-03-30 Thread Sebastian Trost
Hi Chris, This is an OpenID Connect implementation for tomcat 8: https://github.com/boylesoftware/tomcat8-oidcauth And as far as I know (I'm very new to this, so please correct me if I'm wrong) the Valve redirects the user to the OIDC provider before he reaches the login form of the tomcat

Re: AW: OpenID Connect with Tomcat 8

2016-03-30 Thread Christopher Schultz
; [mailto:ch...@christopherschultz.net] Gesendet: Dienstag, 29. März > 2016 19:57 An: Tomcat Users List <users@tomcat.apache.org> Betreff: > Re: OpenID Connect with Tomcat 8 > > Sebastien, > > On 3/29/16 12:57 PM, Sebastian Trost wrote: >> Hi, > >> I am look

AW: OpenID Connect with Tomcat 8

2016-03-30 Thread Sebastian Trost
org> Betreff: Re: OpenID Connect with Tomcat 8 -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 > a

Re: OpenID Connect with Tomcat 8

2016-03-29 Thread Christopher Schultz
-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

OpenID Connect with Tomcat 8

2016-03-29 Thread Sebastian Trost
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 tested so far: Tomcat 8 + https://github.com/boylesoftware/tomcat8-oidcauth This extension works very well

OpenID

2010-10-31 Thread Simon Funnell
Hi, Are there any projects specific for Tomcat, like a Realm/Authenticator combination with appropriate licensing, that implements openid features? Regards, Simon - To unsubscribe, e-mail: users-unsubscr

Re: OpenID

2010-10-31 Thread Pid
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

Using OpenID for authentication.

2005-12-14 Thread Carl Howells
I'm working on a basic OpenID (http://openid.net/, http://www.openidenabled.com/) library for java. It is clear, however, that a simple OpenID library won't be too useful in the java world, unless there is additional code for making it easy to integrate into a servlet/JSP environment. I