Replies: 5 comments
-
|
Any kind of help will be highly appreciated 🙏 |
Beta Was this translation helpful? Give feedback.
-
|
HI all, I am also facing the same issue with Azure AD SSO. I added the redirect URL in the custom web server file, but it is still redirecting to http. Is there a configuration for the redirect URL? |
Beta Was this translation helpful? Give feedback.
-
|
Any fix for this one? |
Beta Was this translation helpful? Give feedback.
-
|
I had the same problem, and it seems to be fixed by adding this property to the airflow:
config:
# This will make sure the redirect_uri is properly computed, even with SSL offloading
AIRFLOW__WEBSERVER__ENABLE_PROXY_FIX: TrueI've found the tip on this gist and on another Apache project configuration guide based on FAB Note
|
Beta Was this translation helpful? Give feedback.
-
|
hi, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Apache Airflow version: 2.9.3
Helm chart version: 1.15.0
**Kubernetes version: ** 1.30.5
What happened:



Issue1: without Azure AD implementation
I am deploying Airflow using helm charts on Azure Kubernetes Service with approuting enabled and ingress nginx. We are using an URL to setup a https connection with ingress enabled. All the pods are running and the login screen with username & password is coming fine with secured https connection. On login the url is getting redirected to http://airflow-url:8080/home instead of airflow-ui/home and giver error: This site can’t be reached ui.dev-airflow.****..org took too long to respond.. After removing the :8080 for the url manually or directly logining with http://airflow-url/login/ it successfully takes me inside the home page with https connection again.
Issue2: With Azure AD implementation
With Azure AD implementation the redirect url is going to http instead of https which is configured in the Azure AD.
AADSTS50011: The redirect URI 'http://airflow-ui:8080/oauth-authorized/azure' specified in the request does not match the redirect URIs configured for the application 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxx'. Make sure the redirect URI sent in the request matches one added to your application in the Azure portal.
What you think should happen instead:
The url after login should not redirect with port attached to it and from https connection to http connection.
How to reproduce:
`
`
Please help, stuck because of this issue from a long time.
Beta Was this translation helpful? Give feedback.
All reactions