gbonazzoli commented on issue #58552:
URL: https://github.com/apache/airflow/issues/58552#issuecomment-3658740771

   Just another check with new software versions: 
   
   Airflow 3.1.5 and apache-airflow-providers-keycloak==0.4.0 wrongly redirects 
to 127.0.0.1:8080 after a successfull login too.
   
   I have read the documentation on how to setup a development environment, I 
will try during Christmas holidays to setup it and try to debug the problem.
   
   I think (based on the experience made in other keycloak integration) that is 
missing a client parameter for example named `redirect_url` that will be used 
by Keycloak to pass back the browser to Airflow specific callback url.
   
   For example in:
   
   - in `OAUTH2_PROXY` the parameter is 
`--redirect-url="https://$UPSTREAM_HOST_NAME/oauth2/callback"`
   - in `libapache2-mod-auth-openidc` `OIDCRedirectURI 
https://$UPSTREAM_HOST_NAME/redirect_uri`
   
   Maybe a solution to force it during the invocation ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to