On Sunday, November 26, 2017 at 8:37:48 AM UTC-8, Benyamin Hirschberg wrote:
>
> Hi!
>
> I'm trying to set up my new Trac server with Apache 2.4 and with Microsoft 
> Azure AD SSO integration.
>
> I found that the component I'm missing was mod_auth_openids which should 
> the the authentication in Apache for Trac access.
>

Do you mean mod_auth_openidc?
https://github.com/zmartzone/mod_auth_openidc
 

> I'm far from being an expert on these protocols neither on the application 
> side. 
>
> How should the user information should be propagated from the OpenID 
> Connect  module to Trac? Has anyone of you done this integration?
>

I haven't worked with anything other than basic and digest auth. Looking at 
the snippets in the docs for mod_auth_openidc, it looks like you can 
probably setup a Location directive that is similar to the examples in the 
Trac docs, but with a different AuthType:

https://trac.edgewall.org/wiki/TracModWSGI#UsingBasicAuthentication

- Ryan

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to