Hi Ravi, Thanks for your reply! It helped me figure out my problem!
My bad! It would seem that with the RBAC the authentication is managed by FAB so no need for the "auth_backend" flag, Using your custom Security Manager did solve my issue! Best regards, Kevin Charbonneau Business intelligence and data integration consultant [email protected] On Tue, Jan 15, 2019 at 10:09 AM Ravi Kotecha <[email protected]> wrote: > Hi Kevin, > > We're using it but had to create our own Security manager that extends the > OID one. You can find code and instructions here: > https://github.com/ministryofjustice/fab-oidc > > On Tue, Jan 15, 2019 at 2:06 PM Kevin Charbonneau < > [email protected]> wrote: > > > Hello, > > > > Is there by any chance someone who used Airflow with OpenID Connect? > > > > We are trying to set up Airflow to authenticate users via OpenID using > > Gluu Server. > > > > In webserver_config.py there is an option to configure FAB with AUTH_TYPE > > = AUTH_OID but I can’t seem to find anything in > > airflow.contrib.auth.backends or airflow.api.auth.backend to use OpenID > > Connect. > > > > Thanks ! > > > > Kevin Charbonneau > > Business intelligence and data integration consultant > > [email protected] > > > > >
